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

Modify travis config.

parent 87390b0d
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,10 @@ python: ...@@ -4,8 +4,10 @@ python:
- "2.6" - "2.6"
- "2.7" - "2.7"
- "3.2" - "3.2"
- "pypy"
install: install:
- pip install --use-mirrors -r tests/travis/requirements-${TRAVIS_PYTHON_VERSION}.txt - if [ "$TRAVIS_PYTHON_VERSION" == "2.5" ]; 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:
- python setup.py test - python setup.py test
unittest2
unittest2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment