Skip to content

Commit 1ae9650

Browse files
committed
travis script is updated to use container-based environment.
1 parent d254187 commit 1ae9650

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
language: python
22

3+
sudo: false
4+
35
python:
46
- 2.7
57
- 3.4
68
- 3.5
79

10+
addons:
11+
apt:
12+
packages:
13+
- iverilog
14+
815
install:
9-
- sudo apt-get install iverilog
1016
- pip install jinja2 pytest pytest-pythonpath
1117

1218
script:

0 commit comments

Comments
 (0)