Skip to content

Commit 8261348

Browse files
committed
Don't call pip in tox
1 parent ede46d4 commit 8261348

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)