Skip to content

Commit

Permalink
Specifying setuptools in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Feb 5, 2021
1 parent 9aef43b commit bed708e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ deps =
uvloop;python_version>"3.4"
starlette;python_version>"3.4"
httptools;python_version>"3.4"
setuptools>=40.8.0
commands = nosetests -vv --nologcapture --with-doctest --with-coverage --cover-package=autover --ignore-files=test_asgi_server.py

[testenv:lint_checks]
Expand Down

0 comments on commit bed708e

Please sign in to comment.