Skip to content

Commit b3ed23f

Browse files
committed
Add tox file for local testing
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 85c1c18 commit b3ed23f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tox.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)