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

24 lines
313 B
YAML
Raw Normal View History

2015-02-25 20:30:24 -08:00
language: python
python:
- "2.6"
- "2.7"
- "pypy"
before_install:
- if [ $CI_TARGET == "icarus" ]; then
sudo apt-get update -qq;
sudo apt-get install -y iverilog;
fi
2015-02-25 20:30:24 -08:00
install:
- pip install .
env:
- CI_TARGET=core
- CI_TARGET=icarus
script: ./ci.sh
2015-02-25 20:41:56 -08:00
notifications:
email: false