Skip to content

Commit

Permalink
tox: remove py34
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Jul 8, 2019
1 parent 0e8cadb commit bd228ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ script:

env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=py36
- TOXENV=pep8
- TOXENV=coveralls
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py36,py34,py27,pep8
envlist = py36,py27,pep8
skipsdist = True

[testenv]
Expand Down

0 comments on commit bd228ae

Please sign in to comment.