From 5f27413ac3bf73d5489ae35c259688a6c681ee4a Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 27 Feb 2020 10:31:08 +0200 Subject: Drop the dot https://twitter.com/pytestdotorg/status/753767547866972160 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1