Skip to content

Commit

Permalink
Install unittest2 for python2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mher committed Dec 7, 2013
1 parent 83cd8ae commit 75461eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,5 +6,6 @@ python:
- "3.3"
install:
- pip install -r requirements.txt --use-mirrors
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
script:
- python -m tests.__main__

0 comments on commit 75461eb

Please sign in to comment.