fix for python2.6 and pip 1.5

This commit is contained in:
Oskar Hahn 2014-03-11 08:07:13 +01:00
parent 484963af4e
commit 6ae503e009
3 changed files with 5 additions and 4 deletions

View File

@ -2,5 +2,5 @@ language: python
python:
- "2.6"
- "2.7"
install: "pip install -r requirements.txt --use-mirrors"
install: "pip install -r requirements.txt"
script: "fab travis_ci"

View File

@ -10,6 +10,3 @@ mock==1.0.1
# Requirements for OpenSlides handbook/documentation in alphabetical order
Sphinx==1.2b3
sphinx-bootstrap-theme==0.2.4
# For Python 2.6 support
argparse==1.2.1

View File

@ -10,3 +10,7 @@ reportlab>=2.7,<2.8
sockjs-tornado>=1.0,<1.1
tornado>=3.1,<3.2
whoosh>=2.5,<2.6
# For Python 2.6 support
--allow-external argparse
argparse==1.2.1