Skip to content

Commit 3cc0bf7

Browse files
committed
Merge branch 'develop'
2 parents 3595b82 + 40ae574 commit 3cc0bf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: python
33
sudo: false
44

55
python:
6-
- 2.7
76
- 3.6
87

98
addons:
@@ -13,7 +12,7 @@ addons:
1312
- verilator
1413

1514
install:
16-
- pip install pytest pytest-pythonpath pyverilog ipgen numpy
15+
- pip install jinja2 pytest pytest-pythonpath pyverilog ipgen numpy
1716

1817
script:
1918
- python -m pytest tests examples

0 commit comments

Comments
 (0)