Skip to content

Commit 25db5c9

Browse files
authored
Add a basic tox file to the repository (hardbyte#599)
1 parent 544f6c3 commit 25db5c9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

tox.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[tox]
2+
envlist = py36, py37
3+
4+
[testenv]
5+
commands =
6+
pip install .[test]
7+
pytest
8+
passenv = CI
9+
recreate = True
10+
usedevelop = True
11+
sitepackages=False

0 commit comments

Comments
 (0)