We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8ccbd commit 0f9bc7bCopy full SHA for 0f9bc7b
.travis.yml
@@ -16,7 +16,7 @@ before_install:
16
- ./.travis/get-anaconda.sh
17
- source $HOME/miniconda/bin/activate py34
18
- sudo apt-get install --force-yes -y iverilog
19
- - conda install pip coverage binstar migen cython conda-build jinja2
+ - conda install pip coverage binstar migen cython
20
- pip install coveralls
21
install:
22
- conda build conda/artiq
.travis/get-anaconda.sh
@@ -6,5 +6,6 @@ hash -r
6
conda config --set always_yes yes --set changeps1 no
7
conda update -q conda
8
conda info -a
9
+conda install conda-build jinja2
10
conda create -q -n py34 python=$TRAVIS_PYTHON_VERSION
11
conda config --add channels fallen
0 commit comments