File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ language: python
3
3
4
4
python :
5
5
- " 3.6"
6
- - " 3.7-dev"
6
+ - " 3.7"
7
+ - " 3.8"
7
8
8
9
matrix :
9
10
include :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -x \
22
22
&& python3 -m venv /ocamt \
23
23
&& /ocamt/bin/pip install wheel
24
24
RUN set -x \
25
- && /ocamt/bin/pip install -e git+https://github.com/OCA/maintainer-tools@c7ac2741c02df0ad49ba637e2dca8e67d460af47 #egg=oca-maintainers-tools \
25
+ && /ocamt/bin/pip install -e git+https://github.com/OCA/maintainer-tools@73c47b6835bee3ab0eeeff7c463de6b9c085abbc #egg=oca-maintainers-tools \
26
26
&& ln -s /ocamt/bin/oca-gen-addons-table /usr/local/bin/ \
27
27
&& ln -s /ocamt/bin/oca-gen-addon-readme /usr/local/bin/ \
28
28
&& ln -s /ocamt/bin/oca-gen-addon-icon /usr/local/bin/ \
Original file line number Diff line number Diff line change
1
+ Update maintainer-tools to get the latest ``oca-gen-addon-tables``. It fixes a
2
+ regression where the main branch operations were failing when ``README.md`` is
3
+ absent.
You can’t perform that action at this time.
0 commit comments