1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00
myhdl/.travis.yml

35 lines
443 B
YAML
Raw Normal View History

# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
2015-02-25 20:30:24 -08:00
language: python
python:
- "2.6"
- "2.7"
- "pypy"
2015-03-11 08:07:34 -04:00
- "3.4"
2015-02-25 20:30:24 -08:00
addons:
apt_sources:
- pgavin-ghdl
apt_packages:
- iverilog
- ghdl
2015-02-25 20:30:24 -08:00
install:
- pip install .
env:
- CI_TARGET=core
- CI_TARGET=icarus
2015-03-03 18:19:29 -05:00
- CI_TARGET=ghdl
2015-03-29 18:09:40 -04:00
- CI_TARGET=bugs
2015-02-25 20:30:24 -08:00
2015-03-11 08:07:34 -04:00
matrix:
allow_failures:
- python: "3.4"
2015-02-25 20:30:24 -08:00
script: ./ci.sh
2015-02-25 20:41:56 -08:00
notifications:
email: false