summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-06-14 12:23:57 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-06-14 12:23:57 -0400
commit67c79e3182614e96fd4cf3a4813932b1edeff262 (patch)
tree4be7c3d4423467f0e402e619d19105545f9183a0 /tox.ini
parent7c9ad053c3ef0b66cc71431fb619da8e3a12bc26 (diff)
downloadpytest-runner-67c79e3182614e96fd4cf3a4813932b1edeff262.tar.gz
Drop the dot; http://blog.pytest.org/2016/whats-new-in-pytest-30/
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c2bac45..c6c14f0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ deps =
# workaround for yaml/pyyaml#126
# git+https://github.com/yaml/pyyaml@master#egg=pyyaml;python_version=="3.7"
commands =
- py.test {posargs}
+ pytest {posargs}
python setup.py checkdocs
usedevelop = True
extras = testing