From 27b834177cdc90f0ea267ba1850ef8dd01d70daa Mon Sep 17 00:00:00 2001 From: manjunath24 Date: Fri, 13 Jun 2014 13:57:14 +0530 Subject: [PATCH] allow all external for pip --- .travis.yml | 1 + requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e4a8d0..45a2091 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" # command to install dependencies install: + - "pip install BeautifulSoup==3.2.1" - "pip install -r requirements.txt --allow-all-external" - "pip install coveralls --use-mirrors" # command to run tests diff --git a/requirements.txt b/requirements.txt index dd1e0bf..16df0ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -BeautifulSoup==3.2.1 Django==1.5 MySQL-python==1.2.5 --no-index -f http://dist.plone.org/thirdparty/ -U PIL