Skip to content

Commit

Permalink
TRAVIS: add r_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Jan 25, 2017
1 parent 9831638 commit 384a02c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ cache: # https://docs.travis-ci.com/user/caching/
#python:
# - 2.7

r_packages:
- car
- ez

# Setup anaconda
# https://gist.github.com/dan-blanchard/7045057
before_install:
Expand All @@ -22,7 +26,7 @@ before_install:
- chmod +x miniconda.sh
- ./miniconda.sh -b -p $HOME/miniconda
- export PATH=$HOME/miniconda/bin:$PATH
- conda update --yes conda
# - conda update --yes conda
- conda install --yes python=2.7 numpy scipy matplotlib wxpython nose #python.app
- pip install rpy2
- python --version
Expand Down

0 comments on commit 384a02c

Please sign in to comment.