Skip to content

Commit 689db66

Browse files
committed
Remove the cleaning of pyc from tox. It's not something tox should do (plus it fails as-is)
1 parent c8213bc commit 689db66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ deps =
2323
django41: Django==4.1.*
2424
djangostable: Django
2525
commands =
26-
/usr/bin/find . -name '*.pyc' -delete
2726
python --version
2827
pip freeze -l
2928
pytest

0 commit comments

Comments
 (0)