You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove 3.5 configuration from tox, run pyflakes on ghaction. (#641)
This will run way faster than travis and should allow to distinguish
actual test failure from formatting failures in PRs if we deactivate
flake8 from tox.
Co-authored-by: jakirkham <jakirkham@gmail.com>
Copy file name to clipboardExpand all lines: tox.ini
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@ commands =
18
18
# clear out any data files generated during tests
19
19
python -c 'import glob; import shutil; import os; [(shutil.rmtree(d) if os.path.isdir(d) else os.remove(d) if os.path.isfile(d) else None) for d in glob.glob("./example*")]'
0 commit comments