From 1ae02762c1ae67c0e4901fdc5e918b066c81f3c5 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Wed, 4 May 2016 11:45:02 -0400 Subject: [PATCH] Fix coveralls run with Python 3.2 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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