afpy.org/.travis.yml
2018-10-04 12:12:16 +02:00

14 lines
127 B
YAML

language: python
python:
- 3.6
install:
- virtualenv -p python .env
- make install
script:
- make test
sudo: false