forked from M-Labs/artiq
1
0
Fork 0

travis: conda-build and jinja2 must be installed in the root environment

This commit is contained in:
Yann Sionneau 2015-05-12 13:56:29 +02:00
parent fb8ccbd2a3
commit 0f9bc7bc4b
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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