Skip to content

Commit 976ecef

Browse files
author
Darwin Monroy
committed
run tests from _tests_ directory only
1 parent 9c29839 commit 976ecef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ minversion = 2.4
44
[testenv]
55
basepython = python2.7
66
commands =
7-
py.test {posargs}
7+
py.test tests {posargs}
88
python setup.py checkdocs
99
usedevelop = True
1010
extras = testing

0 commit comments

Comments
 (0)