Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
only build for python>=3.4
  • Loading branch information
leifwalsh committed Aug 27, 2017
1 parent f2f0f8a commit 66da2b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
[tox]
envlist = py26, py27, py33, py34, py35, flake8
envlist = py34, py35, py36, flake8

[travis]
python =
3.6: py36
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 66da2b2

Please sign in to comment.