Add urlgrabber and pycurl in requirements.txt and .travis.yml
This commit is contained in:
parent
483be73932
commit
86b72a2d48
@ -5,6 +5,8 @@ python:
|
|||||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
install:
|
install:
|
||||||
- pip install python-coveralls
|
- pip install python-coveralls
|
||||||
|
- pip install pycurl
|
||||||
|
- pip install urlgrabber
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- sudo mkdir -p /var/cache/repo-checker
|
- sudo mkdir -p /var/cache/repo-checker
|
||||||
- sudo chown $USER /var/cache/repo-checker
|
- sudo chown $USER /var/cache/repo-checker
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
PyYAML
|
PyYAML
|
||||||
|
pycurl
|
||||||
|
urlgrabber
|
||||||
git+https://github.com/openSUSE/osc
|
git+https://github.com/openSUSE/osc
|
||||||
|
|
||||||
# Dependencies for testing
|
# Dependencies for testing
|
||||||
httpretty
|
httpretty
|
||||||
mock
|
mock
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user