Skip to content

Commit

Permalink
tox remove py26
Browse files Browse the repository at this point in the history
  • Loading branch information
510908220 committed Jun 14, 2017
1 parent 62c2f73 commit c5f32c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[tox]
envlist = py26, py27, py33, py34, py35, flake8
envlist = py27, py33, py34, py35, flake8

[travis]
python =
3.5: py35
3.4: py34
3.3: py33
2.7: py27
2.6: py26

[testenv:flake8]
basepython=python
Expand Down

0 comments on commit c5f32c8

Please sign in to comment.