fog/.travis.yml

10 lines
101 B
YAML

language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- make deps
script: make