Skip to content

Commit fe3a43b

Browse files
author
Sara Safavi
committed
update tox config: remove obsolete Python3 versions and allow pytest args
1 parent 50c842e commit fe3a43b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

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

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

99
[testenv]
1010
deps = pytest
1111
commands =
1212
pip install -e .[dev]
13-
pytest
13+
pytest {posargs}

0 commit comments

Comments
 (0)