Simplified call to pytest in tox.ini (issue #139)

This commit is contained in:
Jan Vlcinsky
2018-04-02 22:50:14 +02:00
parent d0d5a8f75d
commit df3bdf231d
+1 -1
View File
@@ -5,7 +5,7 @@ envlist = py27, py34, py35, py36
deps = pipenv
commands=
pipenv install --dev --ignore-pipfile
pipenv run pytest tests/ {posargs}
pytest tests/ {posargs}
[testenv:py27]
basepython = python2.7