We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dbd6d commit a1610feCopy full SHA for a1610fe
Makefile
@@ -4,7 +4,7 @@ test:
4
./ve/bin/pip install .
5
./ve/bin/pip install flake8
6
./ve/bin/flake8 smoketest --max-complexity=9
7
- cd testapp && ../ve/bin/python manage.py test
+ ./ve/bin/python runtests.py
8
9
clean:
10
rm -rf ve
0 commit comments