Skip to content

Commit 4c61f5d

Browse files
committed
Added support for pytest in test
1 parent c6a3854 commit 4c61f5d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev-requiremens.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pytest

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ envlist = py27, py35, py36, py37
99
[testenv]
1010
deps =
1111
-rrequirements.txt
12+
-rdev-requiremens.txt
1213
coverage
1314
nose
1415

0 commit comments

Comments
 (0)