Skip to content

Commit

Permalink
travis/conda: build for python 3.5
Browse files Browse the repository at this point in the history
sbourdeauducq committed Oct 4, 2015
1 parent d983782 commit 09bef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 09bef1a

Please sign in to comment.