ray/.travis.yml

28 lines
578 B
YAML
Raw Normal View History

2016-06-05 20:46:54 -07:00
sudo: required
language: generic
2016-06-22 11:28:01 -07:00
matrix:
include:
- os: linux
dist: trusty
- os: osx
osx_image: xcode7
allow_failures:
- os: osx
osx_image: xcode7
2016-06-05 20:46:54 -07:00
before_install:
2016-06-22 11:28:01 -07:00
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo apt-get -y update ; fi
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo apt-get -y install git ; fi
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo add-apt-repository --yes ppa:kalakris/cmake ; fi
2016-06-05 20:46:54 -07:00
install:
- bash setup.sh
script:
- cd test
- python runtest.py
- python arrays_test.py
2016-06-10 17:25:55 -07:00
- python datasets_test.py