debian-python-lml/.travis.yml

21 lines
346 B
YAML
Raw Permalink Normal View History

2017-04-04 09:53:11 +02:00
sudo: false
language: python
notifications:
email: false
python:
- 3.7-dev
2017-04-04 09:53:11 +02:00
- 3.6
- 3.5
- 2.7
- pypy
before_install:
- pip install -r tests/requirements.txt
script:
- make test
2017-05-29 21:15:45 +02:00
- make -C examples/robotchef_allinone
- make -C examples
2017-05-20 00:11:47 +02:00
- make -C examples/v2
2017-05-29 23:43:40 +02:00
- make -C examples/robotchef_allinone_lml
2017-04-04 09:53:11 +02:00
after_success:
codecov