Skip to content

Commit

Permalink
Merge branch 'dev' into feature/r_scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Apr 1, 2019
2 parents d649ae0 + f06d691 commit 19647b9
Show file tree
Hide file tree
Showing 21 changed files with 540 additions and 2,997 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,28 @@
- libhdf5-dev
- ffmpeg
- pandoc
- gfortran
- libblas-dev
- liblapack-dev

cache:
- pip
- apt
- directories:
- $HOME/R/Library

install:
- python setup.py install

before_script:
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
- echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial-cran35/" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -qq
- sudo apt-get install r-base-core -y
- export R_LIBS_USER="$HOME/R/Library"
- echo ".libPaths(c('$R_LIBS_USER', .libPaths()))" >> $HOME/.Rprofile
- Rscript travis_setup.R

script:
- pip install -U .[test]
- python setup.py test
Expand Down

0 comments on commit 19647b9

Please sign in to comment.