Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Sep 2, 2016
1 parent cb7823d commit 42a2c95
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ language: python
python:
- 3.5
env:
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=django_19-py34
- TOX_ENV=django_19-py35
- TOX_ENV=django_110-py34
- TOX_ENV=django_110-py35
- TOX_ENV=django_master-py34
- TOX_ENV=django_master-py35
install:
- travis_retry pip install tox
script:
Expand Down

0 comments on commit 42a2c95

Please sign in to comment.