Remove Python 2 mention from tox (#6200)

This commit is contained in:
Miloslav Pojman
2022-07-21 01:13:36 +02:00
committed by GitHub
parent bda7f0171f
commit 786255613b
+1 -1
View File
@@ -2,7 +2,7 @@
init:
pip install -r requirements-dev.txt
test:
# This runs all of the tests, on both Python 2 and Python 3.
# This runs all of the tests on all supported Python versions.
tox -p
ci:
pytest tests --junitxml=report.xml