Skip to content

Commit

Permalink
Add Django 1.10 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Feb 4, 2017
1 parent fb857a8 commit 8801815
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ python:
env:
- TOXENV=py34-django18
- TOXENV=py34-django19
- TOXENV=py34-django110
- TOXENV=py35-django18
- TOXENV=py35-django19
- TOXENV=py35-django110
- TOXENV=py27-django18
- TOXENV=py27-django19
- TOXENV=py27-django110

install: pip install --quiet tox

# command to run tests
script: tox

after_script:
- if [ $TOXENV == "py27-django19" ]; then
- if [ $TOXENV == "py27-django110" ]; then
pip install --quiet coveralls;
coveralls;
fi
Expand Down

0 comments on commit 8801815

Please sign in to comment.