Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Lehmann authored and Stefan Lehmann committed Aug 31, 2015
1 parent f36a168 commit 62e11ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ python:
- "nightly"

# command to install dependencies
install: "pip install -r requirements.txt"
install:
- pip install .
- pip install -r requirements.txt
script: py.test

0 comments on commit 62e11ac

Please sign in to comment.