Skip to content

Commit 210e70e

Browse files
committed
travis script is updated to use container-based environment.
1 parent 0f5aac4 commit 210e70e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
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
10-
- pip install pytest pytest-pythonpath pyverilog
16+
- pip install --user pytest pytest-pythonpath pyverilog
1117

1218
script:
1319
- python -m pytest tests examples

0 commit comments

Comments
 (0)