Merge pull request #141 from vlcinsky/simple_pytest

Simplified call to pytest in tox.ini (issue #139)
This commit is contained in:
Timo Furrer
2018-04-03 16:40:26 +02:00
committed by GitHub
+1 -1
View File
@@ -5,7 +5,7 @@ envlist = py27, py34, py35, py36
deps = pipenv
commands=
pipenv install --dev --skip-lock
pipenv run pytest tests/ {posargs}
pytest tests/ {posargs}
[testenv:py27]
basepython = python2.7