Skip to content

Commit 648f4cf

Browse files
committed
travis script is updated.
1 parent d53eeb0 commit 648f4cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ python:
66
- 2.7
77
- 3.4
88
- 3.5
9+
- 3.6
910

1011
addons:
1112
apt:
1213
packages:
1314
- iverilog
1415

1516
install:
16-
- pip install pytest pytest-pythonpath pyverilog
17+
- pip install pytest pytest-pythonpath pyverilog ipgen
1718

1819
script:
1920
- python -m pytest tests examples

0 commit comments

Comments
 (0)