Skip to content

Commit

Permalink
requirements.txt added to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Jun 22, 2015
1 parent f5af988 commit 7aef632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ python:
- "3.4"
# command to install dependencies
install:
- pip install -q -r requirements.txt
- pip install -q -e .
# command to run tests
script: make test
Expand Down

0 comments on commit 7aef632

Please sign in to comment.