Skip to content

Commit a1610fe

Browse files
committed
fix make test
`make test` should run the same test command that gets run on Travis.
1 parent a8dbd6d commit a1610fe

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 --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)