Skip to content

Commit 376fc5d

Browse files
committed
fewer lies
1 parent 301a1cd commit 376fc5d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tox.ini

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,10 @@
44
# install tox" and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27, py34, py35, py36
7+
envlist = py36, py37
88

99
[testenv]
1010
commands = py.test
1111
flake8 --ignore=E501,E203 docopt.py
1212
deps = pytest
1313
flake8
14-
15-
[testenv:py27]
16-
commands = py.test
17-
py.test --doctest-modules docopt.py
18-
flake8 --ignore=E501,E203 docopt.py
19-
deps = pytest
20-
flake8

0 commit comments

Comments
 (0)