Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #575 from surajssd/install-test-requirements
Browse files Browse the repository at this point in the history
Install requirements before make test
  • Loading branch information
dustymabe committed Mar 2, 2016
2 parents a39200e + 0a76aa2 commit e96a676
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ install:
python setup.py install

test:
pip install -qr requirements.txt
pip install -qr test-requirements.txt
python -m pytest -vv

image:
Expand Down

0 comments on commit e96a676

Please sign in to comment.