File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ language: python
33sudo : false
44
55python :
6- - 3.6
6+ - 3.7
77
88addons :
99 apt :
1010 packages :
1111 - iverilog
1212
1313install :
14- - pip install jinja2 pytest pytest-pythonpath
14+ - pip install pytest pytest-pythonpath jinja2
1515
1616script :
1717 - python -m pytest tests
Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ pip3 install jinja2
100100Optional Installation
101101--------------------
102102
103- - pytest: 3.2 or later
104- - pytest-pythonpath: 0.7 or later
103+ - pytest: 3.8.1 or later
104+ - pytest-pythonpath: 0.7.3 or later
105105
106106These are required for the testing execution of test codes in tests and examples.
107107
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ Requirements
109109Optional Installation
110110---------------------
111111
112- - pytest: 3.2 or later
113- - pytest-pythonpath: 0.7 or later
112+ - pytest: 3.8.1 or later
113+ - pytest-pythonpath: 0.7.3 or later
114114
115115These are required for the testing execution of test codes in tests and
116116examples.
Original file line number Diff line number Diff line change 1- VERSION = "1.1.4 "
1+ VERSION = "1.2.0 "
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def read(filename):
2424 package_data = {'pyverilog.ast_code_generator' : ['template/*' ], },
2525 install_requires = ['Jinja2>=2.10' ],
2626 extras_require = {
27- 'test' : ['pytest>=3.2 ' , 'pytest-pythonpath>=0.7' ],
27+ 'test' : ['pytest>=3.8.1 ' , 'pytest-pythonpath>=0.7.3 ' ],
2828 'graph' : ['pygraphviz>=1.3.1' ],
2929 },
3030 )
You can’t perform that action at this time.
0 commit comments