Skip to content

Commit

Permalink
Use unittest2 in travis for py2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
olasd committed May 5, 2013
1 parent 6948fff commit 45db4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
# command to install dependencies
install:
- pip install -r requirements.txt --use-mirrors
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 --use-mirrors; fi
- python setup.py -q install
# # command to run tests
script: nosetests
Expand Down

0 comments on commit 45db4a8

Please sign in to comment.