mirror of
https://github.com/ParticulateFlow/lammps-doc-utils.git
synced 2025-12-08 06:47:45 +00:00
15 lines
260 B
YAML
15 lines
260 B
YAML
language: python
|
|
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
|
|
|
|
after_success:
|
|
coveralls
|