Skip to content

Commit

Permalink
allow all external for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath24 committed Jun 13, 2014
1 parent a6c227f commit 27b8341
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion 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
Expand Down

0 comments on commit 27b8341

Please sign in to comment.