Skip to content

Commit 0009181

Browse files
committed
Makefile: minor ordering
1 parent cd6db15 commit 0009181

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ export DJANGO_SETTINGS_MODULE?=tests.settings_sqlite
44

55
testenv: bin/py.test
66

7+
test: bin/py.test
8+
bin/pip install -e .
9+
bin/py.test
710

811
bin/python bin/pip:
912
virtualenv .
@@ -12,10 +15,6 @@ bin/py.test: bin/python requirements.txt
1215
bin/pip install -Ur requirements.txt
1316
touch $@
1417

15-
test: bin/py.test
16-
bin/pip install -e .
17-
bin/py.test
18-
1918
bin/sphinx-build: bin/pip
2019
bin/pip install sphinx
2120

0 commit comments

Comments
 (0)