Skip to content

Commit ed11471

Browse files
committed
Remove Python 3.4 from tox configuration
1 parent 689ab6f commit ed11471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = flake8, py34, py35, py36, py37, py38, py39
7+
envlist = flake8, py35, py36, py37, py38, py39
88

99
[testenv]
1010
commands = nosetests {posargs:--with-coverage --cover-package=smmap}

0 commit comments

Comments
 (0)