prophet/.travis.yml
Nagi Teramo 29275ac6e9 Add R setting for Travis CI (#385)
* Update .travis.yml

* Add status badge to README.md

* Update .travis.yml to change directory before install R
2017-12-22 16:13:11 -08:00

18 lines
366 B
YAML

matrix:
include:
- 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
- language: R
sudo: false
cache: packages
before_install:
- cd R