changeset 9b1dc18a8351 in modules/account_es:default
details: 
https://hg.tryton.org/modules/account_es?cmd=changeset;node=9b1dc18a8351
description:
        Test long_description using twine check

        issue9781
        review337181002
diffstat:

 .drone.yml |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r dc6a1d6e7270 -r 9b1dc18a8351 .drone.yml
--- a/.drone.yml        Fri Dec 11 13:51:51 2020 +0100
+++ b/.drone.yml        Tue Dec 15 11:42:55 2020 +0000
@@ -23,6 +23,12 @@
             - tox -e "${TOXENV}-${DATABASE}"
         volumes:
             - cache:/root/.cache
+    check_dist:
+        image: ${IMAGE}
+        commands:
+            - pip install twine
+            - python setup.py sdist
+            - twine check dist/*
 
 services:
     postgresql:

Reply via email to