Skip to content

Commit b4443c6

Browse files
authored
Migrate to pre-commit.ci [skip ci]
1 parent 24f640d commit b4443c6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tox.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
py36
44
py37
55
py38
6-
py39-pre-commit
6+
py39
77
skip_missing_interpreters = true
88

99
[pytest]
@@ -18,13 +18,10 @@ deps =
1818
commands =
1919
python -bb -m pytest
2020

21-
[testenv:py39-pre-commit]
21+
[testenv:py39]
2222
deps =
2323
numpy
2424
pandas
2525
-r{toxinidir}/requirements-dev.txt
2626
commands =
27-
pre-commit run --all-files --show-diff-on-failure
2827
python -bb -m pytest {posargs:tests}
29-
passenv =
30-
PY_COLORS PRE_COMMIT_COLOR

0 commit comments

Comments
 (0)