Skip to content

Commit

Permalink
Remove Python 2 mention from tox (#6200)
Browse files Browse the repository at this point in the history
  • Loading branch information
mila committed Jul 20, 2022
1 parent bda7f01 commit 7862556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 7862556

Please sign in to comment.