summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-02-27 10:32:50 +0100
committerGitHub <noreply@github.com>2020-02-27 10:32:50 +0100
commit69eb0fa5660645a9b28c078b5b3e8dddc74267fa (patch)
tree4bed20a3f717aa9d97e3a97f54885f04530b1463
parent7b21089a545667f0ae7852e1039f8028be288f48 (diff)
parent5f27413ac3bf73d5489ae35c259688a6c681ee4a (diff)
downloadsetuptools-scm-69eb0fa5660645a9b28c078b5b3e8dddc74267fa.tar.gz
Merge pull request #407 from hugovk/drop-the-dot
Drop the dot: py.test -> pytest
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e27db5f..7383320 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,7 @@ deps=
pytest
setuptools >= 42
commands=
- test: py.test []
+ test: pytest []
selfcheck: python setup.py --version
extras =
toml