Browse Source

Remove unused dependencies in tox.ini file #nolog

pull/599/head
Miguel Grinberg 4 years ago
parent
commit
df61934b40
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 2
      tox.ini

2
tox.ini

@ -16,11 +16,9 @@ commands=
deps=
pytest
pytest-cov
mock
[testenv:flake8]
deps=
six
flake8
commands=
flake8 --exclude=".*" --ignore=W503,E402,E722 socketio tests

Loading…
Cancel
Save