Skip to content

Commit dbd8b08

Browse files
committed
better R setup
1 parent 6d291bd commit dbd8b08

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ python:
44
notifications:
55
email: false
66
before_install:
7-
-
87
- sudo apt-get update
9-
# We do this conditionally because it saves us some downloading if the
10-
# version is the same.
118
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
129
- bash miniconda.sh -b -p $HOME/miniconda
1310
- export PATH="$HOME/miniconda/bin:$PATH"
@@ -17,6 +14,7 @@ before_install:
1714
# Useful for debugging any issues with conda
1815
- conda info -a
1916
- conda install r-essentials pip
17+
- Rscript .travis/setup.R
2018
install: "pip install -r requirements.txt"
2119
script: make travis
2220
after_script:

setup.R renamed to .travis/setup.R

File renamed without changes.

0 commit comments

Comments
 (0)