Files
bonobo/.travis.yml
Romain Dorgueil 22237b0555 -
2016-12-09 08:32:41 +01:00

13 lines
172 B
YAML

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