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

Commit ef672a3

Browse files
committed
Drop Python3.4
Python 3.4 has become EOL on March 18, 2019. https://www.python.org/dev/peps/pep-0429/
1 parent 5c03b3b commit ef672a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
skipsdist = True
3-
envlist = py27, py34, py35, py36, py37
3+
envlist = py27, py35, py36, py37
44

55
[testenv]
66
passenv = TOXENV CI TRAVIS TRAVIS_*

0 commit comments

Comments
 (0)