Skip to content

Commit

Permalink
[KOAL-8] Fixing the requirements link inside travis configuration fil…
Browse files Browse the repository at this point in the history
…e so Travis process will work
  • Loading branch information
sebastian-code committed Oct 23, 2015
1 parent 845b04b commit f9777ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install python-dev python-pip python-lxml libcairo2 libpango1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info
install:
- pip install -r requirements.txt
- pip install -r requirements/local.txt
- pip install python-coveralls
- pip install coverage
script:
Expand Down

0 comments on commit f9777ac

Please sign in to comment.