Skip to content

Commit 0364cfd

Browse files
authored
Merge pull request #8754 from hugovk/update-tox
Don't call `make clean` or `pip` in tox
2 parents fed5d85 + 8261348 commit 0364cfd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ deps =
1111
extras =
1212
tests
1313
commands =
14-
make clean
15-
{envpython} -m pip install .
1614
{envpython} selftest.py
1715
{envpython} -m pytest -W always {posargs}
18-
allowlist_externals =
19-
make
2016

2117
[testenv:lint]
2218
skip_install = true

0 commit comments

Comments
 (0)