From ab515c82b72a4f0b235a59da5f63415dc74aeea5 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Thu, 3 Sep 2020 15:14:11 -0400 Subject: [PATCH] Actually make the testenv get used. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c2e20f6ff..52e391d1f 100644 --- a/tox.ini +++ b/tox.ini @@ -71,7 +71,7 @@ commands = coverage: coverage xml # This will only work on POSIX, but CI only runs it there -[test:pypy27-coverage] +[testenv:pypy27-coverage] commands = # As an aid to debugging, dump all of the Python packages and their # versions that are installed in the test environment. This is