Skip to content
Snippets Groups Projects
Commit d6796a5e authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Turn python 2.5 off for travis.

parent 0d9f6f4e
No related branches found
No related tags found
No related merge requests found
language: python language: python
python: python:
- "2.5"
- "2.6" - "2.6"
- "2.7" - "2.7"
- "3.2" - "3.2"
- "pypy" - "pypy"
install: install:
- if [ "$TRAVIS_PYTHON_VERSION" == "2.5" ]; then pip --quiet install unittest2; fi
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then pip --quiet install unittest2; fi - if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then pip --quiet install unittest2; fi
- python setup.py install - python setup.py install
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment