mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
fix apt addon syntax
This commit is contained in:
parent
15398c41a9
commit
98388018b1
11
.travis.yml
11
.travis.yml
@ -9,11 +9,12 @@ python:
|
||||
- "3.4"
|
||||
|
||||
addons:
|
||||
apt_sources:
|
||||
- pgavin-ghdl
|
||||
apt_packages:
|
||||
- iverilog
|
||||
- ghdl
|
||||
apt:
|
||||
sources:
|
||||
- pgavin-ghdl
|
||||
packages:
|
||||
- iverilog
|
||||
- ghdl
|
||||
|
||||
install:
|
||||
- pip install .
|
||||
|
Loading…
x
Reference in New Issue
Block a user