afpy.org/.travis.yml
2018-05-11 18:07:51 +02:00

13 lines
116 B
YAML

language: python
python:
- 3.6
install:
- pip install --upgrade -e.[test]
script:
- make test
sudo: false