Skip to content

Commit

Permalink
Polish tox config
Browse files Browse the repository at this point in the history
Remove env enumeration
Clean unneeded flags and options
  • Loading branch information
bozhodimitrov committed Jan 23, 2024
1 parent 0661082 commit f7fdbd9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tox.ini
@@ -1,7 +1,5 @@
[tox]
envlist =
py{37,38,39,310}
skip_missing_interpreters = true
envlist = py, py-slow

[pytest]
addopts = --strict-markers --verbose --cache-clear --color=yes -p no:doctest
Expand All @@ -13,9 +11,9 @@ markers =
deps =
-r{toxinidir}/requirements-dev.txt
commands =
python -bb -m pytest
python -bb -m pytest {posargs:tests}

[testenv:py39]
[testenv:py-slow]
deps =
numpy
pandas
Expand Down

0 comments on commit f7fdbd9

Please sign in to comment.