We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143ccec commit 229cbc3Copy full SHA for 229cbc3
.travis/install_conda.sh
@@ -5,5 +5,3 @@ 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
Makefile
@@ -31,8 +31,8 @@ run_nb:
31
jupyter nbconvert --to notebook --execute "Examples.ipynb" --output "Examples.$(GIT_COMMIT).ipynb"
32
33
dev_environment:
34
- conda env update
35
- source activate pythonplot && pip install -r requirements.txt
+ conda env update -q
+ source activate pythonplot && pip install -q -r requirements.txt
36
37
cloudfront_invalidate:
38
python .travis/invalidate_cloudfront.py
0 commit comments