travis/conda: build for python 3.5
authorSebastien Bourdeauducq <sb@m-labs.hk>
Sun, 4 Oct 2015 16:10:04 +0000 (00:10 +0800)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Sun, 4 Oct 2015 16:10:04 +0000 (00:10 +0800)
.travis.yml

index 38b4bf2852b89a509b691bc2380a37031622e45f..fbf78b8b0610abbb88e372467c27f9d5b1f89472 100644 (file)
@@ -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: