debian-python-lml/.travis.yml

21 lines
346 B
YAML

sudo: false
language: python
notifications:
email: false
python:
- 3.7-dev
- 3.6
- 3.5
- 2.7
- pypy
before_install:
- pip install -r tests/requirements.txt
script:
- make test
- make -C examples/robotchef_allinone
- make -C examples
- make -C examples/v2
- make -C examples/robotchef_allinone_lml
after_success:
codecov