mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-09-08 21:00:30 +00:00
12 lines
186 B
YAML
12 lines
186 B
YAML
|
|
language: python
|
||
|
|
python:
|
||
|
|
- "2.7"
|
||
|
|
- "3.6"
|
||
|
|
|
||
|
|
install:
|
||
|
|
- pip install --upgrade pip
|
||
|
|
- pip install -U -r python/requirements.txt
|
||
|
|
|
||
|
|
script:
|
||
|
|
- cd python && python setup.py develop test
|