Skip to content

Commit 229cbc3

Browse files
author
Tim Hopper
committed
clean up ennv build
1 parent 143ccec commit 229cbc3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis/install_conda.sh

-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ hash -r
55
$HOME/miniconda/bin/conda config --set always_yes yes --set changeps1 no
66
$HOME/miniconda/bin/conda update -q conda
77
$HOME/miniconda/bin/conda info -a
8-
$HOME/miniconda/bin/conda install r-essentials pip
9-
$HOME/miniconda/bin/conda install -c r rpy2

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ run_nb:
3131
jupyter nbconvert --to notebook --execute "Examples.ipynb" --output "Examples.$(GIT_COMMIT).ipynb"
3232

3333
dev_environment:
34-
conda env update
35-
source activate pythonplot && pip install -r requirements.txt
34+
conda env update -q
35+
source activate pythonplot && pip install -q -r requirements.txt
3636

3737
cloudfront_invalidate:
3838
python .travis/invalidate_cloudfront.py

0 commit comments

Comments
 (0)