Install unittest2 on Py2.6

This commit is contained in:
2013-10-27 17:55:14 +00:00
parent 7fbce6c96a
commit ab67e3d60a

View File

@@ -4,5 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
before_install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
# command to run tests
script: python setup.py test