Skip to content

Commit fb8ccbd

Browse files
committedMay 11, 2015
travis: install all conda dependencies at the same time
1 parent 0ca42db commit fb8ccbd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

Diff for: ‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ before_install:
1313
- if [ $TRAVIS_PULL_REQUEST != false ]; then BUILD_SOC=0; fi
1414
- ./.travis/get-toolchain.sh
1515
- if [ $BUILD_SOC -ne 0 ]; then ./.travis/get-xilinx.sh; fi
16-
- ./.travis/get-anaconda.sh pip coverage binstar
16+
- ./.travis/get-anaconda.sh
1717
- source $HOME/miniconda/bin/activate py34
1818
- sudo apt-get install --force-yes -y iverilog
19+
- conda install pip coverage binstar migen cython conda-build jinja2
1920
- pip install coveralls
20-
- conda install migen cython
2121
install:
2222
- conda build conda/artiq
2323
- conda install $HOME/miniconda/conda-bld/linux-64/artiq-*.tar.bz2

Diff for: ‎.travis/get-anaconda.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ bash miniconda.sh -b -p $HOME/miniconda
55
hash -r
66
conda config --set always_yes yes --set changeps1 no
77
conda update -q conda
8-
conda install conda-build jinja2
98
conda info -a
10-
conda create -q -n py34 python=$TRAVIS_PYTHON_VERSION $@
9+
conda create -q -n py34 python=$TRAVIS_PYTHON_VERSION
1110
conda config --add channels fallen

0 commit comments

Comments
 (0)
Please sign in to comment.