There was an error while loading. Please reload this page.
1 parent 85c1c18 commit b3ed23fCopy full SHA for b3ed23f
1 file changed
tox.ini
@@ -0,0 +1,10 @@
1
+[tox]
2
+envlist = py{27,36}
3
+
4
+[testenv]
5
+deps = pytest
6
+ mock
7
+commands = {posargs:pytest} -vvs
8
9
+[pytest]
10
+testpaths = src tests/
0 commit comments