From: Sebastien Bourdeauducq Date: Sun, 4 Oct 2015 16:10:04 +0000 (+0800) Subject: travis/conda: build for python 3.5 X-Git-Tag: 24jan2021_ls180~2099^2~3^2~26 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70e328057974f96e22ac3c9237be4e747512462f;p=litex.git travis/conda: build for python 3.5 --- diff --git a/.travis.yml b/.travis.yml index 6d29d7e7..9d1ed676 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ install: - "sudo apt-get install verilator" - "verilator --version; true" # Build and install Migen conda package - - "conda build conda/migen" + - "conda build --python 3.5 conda/migen" - "conda install migen --use-local" script: