prophet/.travis.yml
2019-05-13 17:09:41 -07:00

12 lines
199 B
YAML

dist: xenial
language: python
python:
- "2.7"
- "3.7"
install:
- pip install --upgrade pip
- pip install -U -r python/requirements.txt
script:
- cd python && python setup.py develop test