We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d291bd commit dbd8b08Copy full SHA for dbd8b08
.travis.yml
@@ -4,10 +4,7 @@ python:
4
notifications:
5
email: false
6
before_install:
7
- -
8
- sudo apt-get update
9
- # We do this conditionally because it saves us some downloading if the
10
- # version is the same.
11
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
12
- bash miniconda.sh -b -p $HOME/miniconda
13
- export PATH="$HOME/miniconda/bin:$PATH"
@@ -17,6 +14,7 @@ before_install:
17
14
# Useful for debugging any issues with conda
18
15
- conda info -a
19
16
- conda install r-essentials pip
+ - Rscript .travis/setup.R
20
install: "pip install -r requirements.txt"
21
script: make travis
22
after_script:
setup.R renamed to .travis/setup.R
0 commit comments