Skip to content

Commit dfb5cc0

Browse files
committed
Adding verbosity to see which test is stalling the CI on ubuntu
1 parent 7cf83d0 commit dfb5cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ deps =
3333
mypy
3434
types-setuptools
3535
commands =
36-
python -m pytest --cov-report term-missing --cov=axelrod --cov-fail-under=100 -n auto . --doctest-glob="*.md" --doctest-glob="*.rst"
36+
python -m pytest -vvvvv --cov-report term-missing --cov=axelrod --cov-fail-under=100 . --doctest-glob="*.md" --doctest-glob="*.rst"
3737
python -m black -l 80 . --check
3838
python -m isort --check-only axelrod/.
3939
python run_mypy.py

0 commit comments

Comments
 (0)