summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Cramer <dcramer@gmail.com>2013-07-02 06:56:11 +0200
committerDavid Cramer <dcramer@gmail.com>2013-07-02 06:56:11 +0200
commitb5f461b5b3f2cc05f9c21025348588cad40af4fa (patch)
treed8a2753d257ea8cb307f7c2e77e6e769b8ec69d9 /Makefile
parent0e01373f6822fa9ce7035b777cf3bd0ae425b688 (diff)
downloadraven-b5f461b5b3f2cc05f9c21025348588cad40af4fa.tar.gz
Correct make test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a02394..80823f6 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ bootstrap:
test: bootstrap lint
@echo "Running Python tests"
- python runtests.py -x
+ py.test -x tests
@echo ""
lint: