Skip to content

Commit 19b6b95

Browse files
authored
Merge branch 'master' into relative-imports
2 parents ea75e44 + f52533a commit 19b6b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test:
44
./ve/bin/pip install .
55
./ve/bin/pip install flake8
66
./ve/bin/flake8 smoketest exceptionstest main testapp --max-complexity=9
7-
cd testapp && ../ve/bin/python manage.py test
7+
./ve/bin/python runtests.py
88

99
clean:
1010
rm -rf ve

0 commit comments

Comments
 (0)