Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwegner committed Aug 18, 2016
1 parent 12e389c commit 1199c34
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
sudo: false
language: python

python:
- 2.7

- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- DJANGO=1.8
- DJANGO=1.10
- DJANGO=master
matrix:
exclude:
install:
- pip install flake8
- pip install -e .

- pip install tox coveralls
script:
- flake8 .
- tox -e py${TRAVIS_PYTHON_VERSION//[.]/}-$DJANGO
after_success:
- coveralls

0 comments on commit 1199c34

Please sign in to comment.