Skip to content

Commit

Permalink
travis Python 3.2 coverage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtepkeev committed Oct 28, 2015
1 parent 159a5eb commit dfbf44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ install:
- travis_retry pip install -r tests/requirements.txt
- travis_retry pip install coveralls
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install unittest2 argparse; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then travis_retry pip install coverage<4.0; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then travis_retry pip install 'coverage<4.0'; fi
- if [[ $DB == postgresql ]]; then travis_retry pip install psycopg2; fi
- if [[ $DB == mysql ]]; then travis_retry pip install pymysql; fi
- if [[ $DJANGO ]]; then travis_retry pip install $DJANGO; fi
Expand Down

0 comments on commit dfbf44d

Please sign in to comment.