Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 367f70f

Browse files
author
Michael DeHaan
committed
Fix target in makefile
1 parent 1aa338a commit 367f70f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ tests:
9494
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
9595

9696
newtests:
97-
PYTHONPATH=./lib $(NOSETESTS) -d -w lib/v2/test -v
97+
PYTHONPATH=./lib/v2/ $(NOSETESTS) -d -w lib/v2/tests -v
9898

9999

100100
authors:

0 commit comments

Comments
 (0)