Skip to content

Commit

Permalink
install dependencies in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoegl committed Nov 15, 2012
1 parent ae11875 commit f06b383
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -4,5 +4,7 @@ python:
- "2.6" - "2.6"
- "2.7" - "2.7"
- "3.2" - "3.2"
# command to install dependencies
install: pip install -r requirements.txt
# command to run tests # command to run tests
script: nosetests script: nosetests

0 comments on commit f06b383

Please sign in to comment.