Skip to content

Commit

Permalink
test-requirements also install normal requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Myers committed Mar 13, 2016
1 parent 1e4be8a commit 6bef951
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ upload:
clean:
rm -rf AUTHORS build ChangeLog dist *.egg-info __pycache__ *.egg .coverage

test-requirements:
requirements:
pip install -Ur requirements.txt

test-requirements: requirements
pip install -Ur test-requirements.txt

test:
Expand Down

0 comments on commit 6bef951

Please sign in to comment.