diff --git a/.travis.yml b/.travis.yml index 065fdda..e2f7950 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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