Add Python 2.6 requirements to .travis.yml

This commit is contained in:
Gavin M. Roy 2014-10-14 16:44:37 -04:00
parent 0698006248
commit 46c07bd968
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ python:
- 3.3
- 3.4
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install -r requirements-2.6.txt; fi
- pip install -r requirements.txt
script: nosetests
after_success: