Add urlgrabber and pycurl in requirements.txt and .travis.yml

This commit is contained in:
Alberto Planas 2014-06-10 16:08:20 +02:00
parent 483be73932
commit 86b72a2d48
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,8 @@ python:
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install python-coveralls
- pip install pycurl
- pip install urlgrabber
- pip install -r requirements.txt
- sudo mkdir -p /var/cache/repo-checker
- sudo chown $USER /var/cache/repo-checker

View File

@ -1,6 +1,9 @@
PyYAML
pycurl
urlgrabber
git+https://github.com/openSUSE/osc
# Dependencies for testing
httpretty
mock