Skip to content

Commit

Permalink
Fix tox python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ferndot committed May 7, 2019
1 parent 13790a8 commit 91d3f42
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[tox]
envlist = py27, py34, py35, py36, flake8
envlist = py35, py36, py37, flake8

[travis]
python =
3.7: py37
3.6: py36
3.5: py35
3.4: py34
2.7: py27

[testenv:flake8]
basepython = python
Expand Down

0 comments on commit 91d3f42

Please sign in to comment.