We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544f6c3 commit 25db5c9Copy full SHA for 25db5c9
1 file changed
tox.ini
@@ -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