File tree 3 files changed +12
-12
lines changed 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4
4
notifications :
5
5
email : false
6
6
before_install :
7
- - sudo apt-get update
8
- - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
9
- - bash miniconda.sh -b -p $HOME/miniconda
10
- - rm -f miniconda.sh
11
7
- export PATH="$HOME/miniconda/bin:$PATH"
12
- - hash -r
13
- - conda config --set always_yes yes --set changeps1 no
14
- - conda update -q conda
15
- # Useful for debugging any issues with conda
16
- - conda info -a
17
- - conda install r-essentials pip
18
- - conda install -c r rpy2
8
+ - sudo apt-get update
9
+ - bash .travis/install_conda.sh
19
10
- Rscript .travis/setup.R
20
11
install : " pip install -r requirements.txt"
21
12
script : make travis
Original file line number Diff line number Diff line change
1
+ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
2
+ bash miniconda.sh -b -p $HOME /miniconda
3
+ rm -f miniconda.sh
4
+ hash -r
5
+ $HOME /miniconda/bin/conda config --set always_yes yes --set changeps1 no
6
+ $HOME /miniconda/bin/conda update -q conda
7
+ $HOME /miniconda/bin/conda info -a
8
+ $HOME /miniconda/bin/conda install r-essentials pip
9
+ $HOME /miniconda/bin/conda install -c r rpy2
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ dev_environment:
33
33
cloudfront_invalidate :
34
34
python .travis/invalidate_cloudfront.py
35
35
36
- .PHONY : all render s3_upload run_nb travis clean invalidate_cache cloudfront_invalidate
36
+ .PHONY : all render s3_upload run_nb travis clean cloudfront_invalidate
You can’t perform that action at this time.
0 commit comments