From 86b72a2d48e05bf06a42ecbd70126d3cf5e66454 Mon Sep 17 00:00:00 2001 From: Alberto Planas Date: Tue, 10 Jun 2014 16:08:20 +0200 Subject: [PATCH] Add urlgrabber and pycurl in requirements.txt and .travis.yml --- .travis.yml | 2 ++ requirements.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index e7d5d01b..06ca48a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 00fb5867..f8accc3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,9 @@ PyYAML +pycurl +urlgrabber git+https://github.com/openSUSE/osc # Dependencies for testing httpretty mock +