Skip to content

Commit

Permalink
Revert Python 3.5 build and test support due to: travis-ci/travis-ci#…
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Sep 23, 2015
1 parent 8ad35a8 commit 36e073d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ env:
- TOXENV=py27 - TOXENV=py27
- TOXENV=py33 - TOXENV=py33
- TOXENV=py34 - TOXENV=py34
- TOXENV=py35
- TOXENV=pypy - TOXENV=pypy
os: os:
- linux - linux
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.


[tox] [tox]
envlist = py26, py27, py33, py34, py35, pypy envlist = py26, py27, py33, py34, pypy


[testenv] [testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand Down

0 comments on commit 36e073d

Please sign in to comment.