Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Commit

Permalink
Drop Python3.4
Browse files Browse the repository at this point in the history
 Python 3.4 has become EOL on March 18, 2019.

 https://www.python.org/dev/peps/pep-0429/
  • Loading branch information
oz123 committed Apr 5, 2019
1 parent 5c03b3b commit ef672a3
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]
skipsdist = True
envlist = py27, py34, py35, py36, py37
envlist = py27, py35, py36, py37

[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*
Expand Down

0 comments on commit ef672a3

Please sign in to comment.