Skip to content

Commit

Permalink
Added travis config to ignore unittest2 in Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
haard committed Mar 26, 2014
1 parent fa30d45 commit fa6daea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ env:
- DJANGO=1.6
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install unittest2
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install unittest2; fi
- pip install -q -e . --use-mirrors
services:
- mongodb
Expand Down

0 comments on commit fa6daea

Please sign in to comment.