summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index d3ef981..2478967 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,6 @@ envlist = py
cov_args=--cov=mako --cov-report term --cov-report xml
deps=pytest>=3.1.0
- mock
beaker
markupsafe
pygments
@@ -17,7 +16,7 @@ deps=pytest>=3.1.0
setenv=
cov: COVERAGE={[testenv]cov_args}
-commands=py.test {env:COVERAGE:} {posargs}
+commands=pytest {env:COVERAGE:} {posargs}
[testenv:pep8]