Fix coveralls run with Python 3.2

This commit is contained in:
Richard Berger
2016-05-04 11:45:02 -04:00
parent 511a0c53a6
commit 1ae02762c1

View File

@ -3,7 +3,9 @@ python:
- "3.2"
- "3.3"
- "3.4"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
- pip install coveralls
script: coverage run --source lammpsdoc setup.py test