Skip to content

Commit

Permalink
added requirements to travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
syhw committed Oct 2, 2012
1 parent 3c0fc66 commit 175dd82
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:

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -r requirements.txt --use-mirrors
- python setup.py build_ext --inplace
# # command to run tests, e.g. python setup.py test

Expand Down

0 comments on commit 175dd82

Please sign in to comment.