Files

16 lines
176 B
YAML
Executable File

dist: xenial
language: python
python:
- "2.7"
install:
- make py36
- make dep
- make dev
script:
# run static analysis and format check
- make test