We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf83d0 commit dfb5cc0Copy full SHA for dfb5cc0
tox.ini
@@ -33,7 +33,7 @@ deps =
33
mypy
34
types-setuptools
35
commands =
36
- python -m pytest --cov-report term-missing --cov=axelrod --cov-fail-under=100 -n auto . --doctest-glob="*.md" --doctest-glob="*.rst"
+ python -m pytest -vvvvv --cov-report term-missing --cov=axelrod --cov-fail-under=100 . --doctest-glob="*.md" --doctest-glob="*.rst"
37
python -m black -l 80 . --check
38
python -m isort --check-only axelrod/.
39
python run_mypy.py
0 commit comments