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 9b6ff87 commit ab9c165Copy full SHA for ab9c165
tox.ini
@@ -25,15 +25,14 @@ deps =
25
pytest-cov
26
pytest-randomly
27
pytest-sugar
28
- pytest-xdist
29
isort
30
black
31
numpy==1.26.4
32
torch==2.6.0
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 --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