Actually make the testenv get used.

This commit is contained in:
Itamar Turner-Trauring 2020-09-03 15:14:11 -04:00
parent d56a97675b
commit ab515c82b7

View File

@ -71,7 +71,7 @@ commands =
coverage: coverage xml coverage: coverage xml
# This will only work on POSIX, but CI only runs it there # This will only work on POSIX, but CI only runs it there
[test:pypy27-coverage] [testenv:pypy27-coverage]
commands = commands =
# As an aid to debugging, dump all of the Python packages and their # As an aid to debugging, dump all of the Python packages and their
# versions that are installed in the test environment. This is # versions that are installed in the test environment. This is