Skip to content

Commit c203d82

Browse files
author
matthias_schaub
committed
Merge branch 'dev' into logging
2 parents 75deaaf + aacb2fe commit c203d82

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)