Skip to content

Commit

Permalink
bug in requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath24 committed Jun 13, 2014
1 parent 27b8341 commit 30ea559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -4,8 +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 -r requirements.txt --use-mirrors"
- "pip install coveralls --use-mirrors"
# command to run tests
script: coverage run forum/manage.py test dinette --settings=settings_travis
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,6 +1,7 @@
BeautifulSoup==3.2.1
Django==1.5
MySQL-python==1.2.5
--no-index -f http://dist.plone.org/thirdparty/ -U PIL
Pillow==2.4.0
Whoosh==2.5.2
argparse==1.2.1
django-appconf==0.6
Expand Down

0 comments on commit 30ea559

Please sign in to comment.