Files
bonobo/.travis.yml

17 lines
249 B
YAML

language: python
python:
- 3.5
- 3.5-dev
- 3.6
- 3.6-dev
- nightly
install:
- make install-dev
- pip install coveralls
script:
- make clean docs test
- pip install pycountry
- bin/run_all_examples.sh
after_success:
- coveralls