Skip to content

Commit 0f9bc7b

Browse files
committedMay 12, 2015
travis: conda-build and jinja2 must be installed in the root environment
1 parent fb8ccbd commit 0f9bc7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_install:
1616
- ./.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
19+
- conda install pip coverage binstar migen cython
2020
- pip install coveralls
2121
install:
2222
- conda build conda/artiq

‎.travis/get-anaconda.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ hash -r
66
conda config --set always_yes yes --set changeps1 no
77
conda update -q conda
88
conda info -a
9+
conda install conda-build jinja2
910
conda create -q -n py34 python=$TRAVIS_PYTHON_VERSION
1011
conda config --add channels fallen

0 commit comments

Comments
 (0)
Please sign in to comment.