Drop the dot in py.test (as recommended by pytest)

This commit is contained in:
Samuel Dion-Girardeau 2018-05-07 21:35:31 -04:00
parent 80f77a6572
commit d407c2657f

View file

@ -7,7 +7,7 @@ setenv =
commands = commands =
pip install -r requirements.txt pip install -r requirements.txt
pip install -r dev-requirements.txt pip install -r dev-requirements.txt
py.test --junitxml=junit-{envname}.xml --cov-report xml tests.py pytest --junitxml=junit-{envname}.xml --cov-report xml tests.py
[testenv:flake8] [testenv:flake8]
commands = commands =