fix travis script

This commit is contained in:
chfw 2014-11-19 23:57:48 +00:00
parent 83622a5b45
commit e197f23986
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install -r tests/requirements.txt; fi
- if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install -r tests/requirements3.txt --use-mirrors; fi
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install -r tests/requirements3.txt --use-mirrors; fi
- if [[ $TRAVIS_PYTHON_VERSION == "pypy" ]]; then pip install git+https://github.com/eea/odfpy.git fi
- if [[ $TRAVIS_PYTHON_VERSION == "pypy" ]]; then pip install git+https://github.com/eea/odfpy.git; fi
- if [[ $TRAVIS_PYTHON_VERSION == "pypy" ]]; then pip install -r tests/requirements.txt; fi
- pip install -r tests/requirements.txt
script: