Files
Ola Slettevoll Grøttvik 5a644a87bf Add tests, etc
2019-04-30 15:55:09 +02:00

9 lines
106 B
YAML

language: python
python:
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -e .
script:
- make test