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