mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-20 02:07:58 +00:00
12 lines
199 B
YAML
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
|