Skip to content

Commit

Permalink
Travis does not support Python 3.5 fully quite yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Sep 20, 2015
1 parent ff441c2 commit a13ad33
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
# Disable until Travis *really* supports Python 3.5
# https://github.com/travis-ci/travis-ci/issues/4794
# - TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=flake8
# Disable coverage until coveralls is fixed. See https://github.com/lemurheavy/coveralls-public/issues/522.
# Disable coverage until coveralls is fixed.
# See https://github.com/lemurheavy/coveralls-public/issues/522.
# - TOX_ENV=cover
- TOX_ENV=language_ar
- TOX_ENV=language_de
Expand Down

0 comments on commit a13ad33

Please sign in to comment.