afpy.org/.travis.yml

13 lines
97 B
YAML

language: python
python:
- 3.6
install:
- make install
script:
- make test
sudo: false