Skip to content

Commit eaf1943

Browse files
committed
Specify tests/ dir when running tests
1 parent 28794b4 commit eaf1943

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ test:
1818
@echo "Running tests"
1919
@echo "============="
2020
@echo
21-
py.test
21+
py.test tests/

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ envlist = py26,py27,py32,py33,py34
33

44
[testenv]
55
deps=-rrequirements-test.txt
6-
commands=py.test
6+
commands=py.test tests/

0 commit comments

Comments
 (0)