From 1dd5c28005bb80d3370bb1bb2eb10b9f89d019e9 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 5 Feb 2015 03:04:57 -0700 Subject: [PATCH] travis: install h5py, pyserial, dateutil from conda --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 47e516a3b..b2c6feb7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: before_install: - ./.travis/get-toolchain.sh - ./.travis/get-xilinx.sh - - ./.travis/get-anaconda.sh pip coverage numpy scipy sphinx + - ./.travis/get-anaconda.sh pip coverage numpy scipy sphinx h5py pyserial dateutil - source $HOME/miniconda/bin/activate py34 - sudo apt-get install --force-yes -y iverilog - pip install --src . -e 'git+https://github.com/m-labs/migen.git@master#egg=migen'