8b10b/.travis.yml

9 lines
106 B
YAML
Raw Permalink Normal View History

2019-04-30 13:55:09 +00:00
language: python
python:
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -e .
script:
- make test