test with tox
This commit is contained in:
parent
050271137b
commit
d91fcdaeae
2 changed files with 9 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
.tox/
|
||||||
|
__pycache__
|
7
tox.ini
Normal file
7
tox.ini
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[tox]
|
||||||
|
envlist = py36,py37,py38
|
||||||
|
|
||||||
|
[testenv]
|
||||||
|
deps = pytest
|
||||||
|
commands =
|
||||||
|
pytest
|
Loading…
Reference in a new issue