Add tox.ini (#208)
This commit is contained in:
parent
35ce5fe03a
commit
3bd61e0389
|
@ -7,6 +7,7 @@
|
|||
.settings
|
||||
.mypy_cache
|
||||
.hypothesis
|
||||
.tox
|
||||
|
||||
coverage.xml
|
||||
proxy.py.iml
|
||||
|
|
|
@ -7,3 +7,4 @@ autopep8==1.4.4
|
|||
mypy==0.750
|
||||
py-spy==0.3.0
|
||||
codecov==2.0.15
|
||||
tox==3.14.1
|
||||
|
|
Loading…
Reference in New Issue