Skip to content

Commit

Permalink
Remove py33 from tox
Browse files Browse the repository at this point in the history
Got:

    flake8 requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'
    but the running Python is 3.3.7
  • Loading branch information
hroncok committed Jun 5, 2018
1 parent 33e7eae commit 2639bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion=2.3.1
envlist = py27,py33,py34,py35,py36,py37,flake8,linters,docs
envlist = py27,py34,py35,py36,py37,flake8,linters,docs

[testenv]
deps =
Expand Down

0 comments on commit 2639bc6

Please sign in to comment.