mirror of
https://github.com/ParticulateFlow/lammps-doc-utils.git
synced 2025-12-08 06:47:45 +00:00
Fix coveralls run with Python 3.2
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user