Skip to content

Commit

Permalink
Remove Python 3.5 (no Travis support yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Mar 6, 2016
1 parent 16a16b0 commit 1db29fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
language: python

env:
- TOXENV=py35
- TOXENV=py34
- TOXENV=py33
- TOXENV=py27
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34, py35
envlist = py26, py27, py33, py34

[testenv]
setenv =
Expand Down

0 comments on commit 1db29fb

Please sign in to comment.