Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 1ee892c

Browse files
committed
Fixed tox.ini from running py.test on wrong directories.
1 parent 578389c commit 1ee892c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ envlist = py27, py33, py34, py35, pypy, docs
1111
setenv =
1212
LANG=C
1313
LC_ALL=C
14-
commands = py.test --pep8 --cache-clear
14+
commands = py.test --pep8 --cache-clear src/tests
1515
deps = -rrequirements/tests.txt
1616

1717
[testenv:docs]

0 commit comments

Comments
 (0)