Skip to content

Commit

Permalink
travis: conda-build and jinja2 must be installed in the root environment
Browse files Browse the repository at this point in the history
fallen committed May 12, 2015
1 parent fb8ccbd commit 0f9bc7b
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ before_install:
- ./.travis/get-anaconda.sh
- source $HOME/miniconda/bin/activate py34
- sudo apt-get install --force-yes -y iverilog
- conda install pip coverage binstar migen cython conda-build jinja2
- conda install pip coverage binstar migen cython
- pip install coveralls
install:
- conda build conda/artiq
1 change: 1 addition & 0 deletions .travis/get-anaconda.sh
Original file line number Diff line number Diff line change
@@ -6,5 +6,6 @@ hash -r
conda config --set always_yes yes --set changeps1 no
conda update -q conda
conda info -a
conda install conda-build jinja2
conda create -q -n py34 python=$TRAVIS_PYTHON_VERSION
conda config --add channels fallen

0 comments on commit 0f9bc7b

Please sign in to comment.