summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2020-02-27 10:31:08 +0200
committerHugo <hugovk@users.noreply.github.com>2020-02-27 10:31:08 +0200
commit5f27413ac3bf73d5489ae35c259688a6c681ee4a (patch)
tree4bed20a3f717aa9d97e3a97f54885f04530b1463
parent7b21089a545667f0ae7852e1039f8028be288f48 (diff)
downloadsetuptools-scm-5f27413ac3bf73d5489ae35c259688a6c681ee4a.tar.gz
Drop the dot https://twitter.com/pytestdotorg/status/753767547866972160
-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