Skip to content

Commit

Permalink
Travis doesn't support Python 3.5 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Oct 25, 2015
1 parent 1f2ee67 commit 57880a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ env:
- TOXENV=py34-1.7.x
- TOXENV=py34-1.8.x
- TOXENV=py34-1.9.x
- TOXENV=py35-1.9.x
install:
- pip install flake8 tox
before_script:
Expand Down
6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,3 @@ basepython = python3.4
deps =
{[testenv]deps}
{[testenv]deps19}

[testenv:py35-1.9.x]
basepython = python3.5
deps =
{[testenv]deps}
{[testenv]deps19}

0 comments on commit 57880a9

Please sign in to comment.