Use unittest2 for Python < 2.7

This commit is contained in:
Takafumi Arakaki
2013-03-10 04:07:08 +01:00
parent 3542b7f80a
commit ab79689cee
4 changed files with 17 additions and 10 deletions
+6 -1
View File
@@ -5,7 +5,12 @@ python:
- 2.7
- 3.2
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors simplejson; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then
pip install --use-mirrors simplejson unittest2;
fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then
pip install --use-mirrors unittest2;
fi
- pip install --use-mirrors nose
script:
- cd test