Skip to content

Commit 3452bec

Browse files
committed
Restore testing against Python 3.4 and 3.5
1 parent c854ea7 commit 3452bec

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
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py{27,36,py,py3}, flake8
7+
envlist = py{27,34,35,36,py,py3}, flake8
88

99
[testenv]
1010
commands = pytest -v -r a {posargs}

0 commit comments

Comments
 (0)