Skip to content

Commit

Permalink
disable python3.5 in travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Oct 6, 2015
1 parent bb9666d commit 1fa6acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:
- TOX_ENV=django17-py34
- TOX_ENV=django18-py27
- TOX_ENV=django18-py34
- TOX_ENV=django18-py35
# pending full travisci support for python 3.5
# - TOX_ENV=django18-py35
- TOX_ENV=coveralls-django18-py27
install: pip install tox coveralls
script: tox -e $TOX_ENV
Expand Down

0 comments on commit 1fa6acb

Please sign in to comment.