Files
bonobo/.travis.yml
Romain Dorgueil aa5912bdf1 travis
2016-12-09 08:42:03 +01:00

12 lines
162 B
YAML

language: python
python:
- 3.5
- nightly
install:
- make install-dev
- pip install coveralls
script:
- make clean doc test
after_success:
- coveralls