File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ before_install:
13
13
- if [ $TRAVIS_PULL_REQUEST != false ]; then BUILD_SOC=0; fi
14
14
- ./.travis/get-toolchain.sh
15
15
- if [ $BUILD_SOC -ne 0 ]; then ./.travis/get-xilinx.sh; fi
16
- - ./.travis/get-anaconda.sh pip coverage binstar
16
+ - ./.travis/get-anaconda.sh
17
17
- source $HOME/miniconda/bin/activate py34
18
18
- sudo apt-get install --force-yes -y iverilog
19
+ - conda install pip coverage binstar migen cython conda-build jinja2
19
20
- pip install coveralls
20
- - conda install migen cython
21
21
install :
22
22
- conda build conda/artiq
23
23
- conda install $HOME/miniconda/conda-bld/linux-64/artiq-*.tar.bz2
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ bash miniconda.sh -b -p $HOME/miniconda
5
5
hash -r
6
6
conda config --set always_yes yes --set changeps1 no
7
7
conda update -q conda
8
- conda install conda-build jinja2
9
8
conda info -a
10
- conda create -q -n py34 python=$TRAVIS_PYTHON_VERSION $@
9
+ conda create -q -n py34 python=$TRAVIS_PYTHON_VERSION
11
10
conda config --add channels fallen
You can’t perform that action at this time.
0 commit comments