Skip to content

Commit

Permalink
deprecate py2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lavr committed Oct 5, 2018
1 parent 1a31478 commit bee415d
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 @@ -3,7 +3,6 @@ language: python
sudo: no

python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

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

[testenv]
passenv = TEST_*
Expand Down

0 comments on commit bee415d

Please sign in to comment.