We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75deaaf + aacb2fe commit c203d82Copy full SHA for c203d82
.travis
@@ -0,0 +1,19 @@
1
+# This is a special configuration file to run tests on Travis-CI via
2
+# GitHub notifications when changes are committed.
3
+#
4
+# For technical details, see http://travis-ci.org/
5
+
6
+language: python
7
+python:
8
+ - "3.6"
9
+ - "3.7"
10
+ - "3.8"
11
12
+before_install:
13
+ - pip install --upgrade pip setuptools
14
+ - pip install flake8 black
15
+ - flake8 --config=mapswipe_workers/setup.cfg mapswipe_workers/mapswipe_workers/*.py
16
+ - black --check mapswipe_workers/mapswipe_workers/*.py
17
18
+install:
19
+ - pip install mapswipe_workers/
0 commit comments