1
0
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:
Keerthan Jaic 2015-03-30 15:37:41 -04:00
parent 15398c41a9
commit 98388018b1

View File

@ -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 .