Merge pull request #1218 from ostcar/argparse_fix

Fix for Python 2.6 and Pip 1.5 (use of argparse 1.2.1)
This commit is contained in:
Norman Jäckel 2014-03-12 00:03:33 +01:00
commit 00a59df4d0
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