Skip to content

Commit 1199c34

Browse files
committed
update .travis.yml
1 parent 12e389c commit 1199c34

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.travis.yml

+15-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1+
sudo: false
12
language: python
2-
33
python:
4-
- 2.7
5-
4+
- "2.7"
5+
- "3.3"
6+
- "3.4"
7+
- "3.5"
8+
env:
9+
- DJANGO=1.8
10+
- DJANGO=1.10
11+
- DJANGO=master
12+
matrix:
13+
exclude:
614
install:
7-
- pip install flake8
8-
- pip install -e .
9-
15+
- pip install tox coveralls
1016
script:
11-
- flake8 .
17+
- tox -e py${TRAVIS_PYTHON_VERSION//[.]/}-$DJANGO
18+
after_success:
19+
- coveralls

0 commit comments

Comments
 (0)