[6673ef]: / .travis.yml

Download this file

8 lines (7 with data), 140 Bytes

1
2
3
4
5
6
7
language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
- pip install .
script: cd tests && python -m unittest -v