diff --git a/tox.ini b/tox.ini index d6f1cc4..fb6ffb8 100644 --- a/tox.ini +++ b/tox.ini @@ -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