Add tox.ini (#208)

This commit is contained in:
Abhinav Singh 2019-12-01 12:57:21 -08:00 committed by GitHub
parent 35ce5fe03a
commit 3bd61e0389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
.settings
.mypy_cache
.hypothesis
.tox
coverage.xml
proxy.py.iml

View File

@ -7,3 +7,4 @@ autopep8==1.4.4
mypy==0.750
py-spy==0.3.0
codecov==2.0.15
tox==3.14.1

8
tox.ini Normal file
View File

@ -0,0 +1,8 @@
[tox]
envlist = py35,py36,py37,py38
[testenv]
deps =
-rrequirements.txt
-rrequirements-testing.txt
command = pytest