Skip to content

Commit

Permalink
Finaly add the install in travis build
Browse files Browse the repository at this point in the history
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
  • Loading branch information
gsemet committed Apr 2, 2016
1 parent cbbd400 commit ed4a6ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ matrix:
install:
- "pip install --upgrade pip"
- "pip install -r requirements.txt"
- "python setup.py install"
- "pip install -r test-requirements.txt"
- "pip install coverage"
- "pip install coveralls"
Expand Down

0 comments on commit ed4a6ad

Please sign in to comment.