Skip to content

Commit 74fbcff

Browse files
committed
update .travis.yml
1 parent 12e389c commit 74fbcff

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

.travis.yml

Lines changed: 15 additions & 7 deletions
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.2"
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)