changeset a6d7090c3f3f in proteus:default
details: https://hg.tryton.org/proteus?cmd=changeset;node=a6d7090c3f3f
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 26611e92a723 -r a6d7090c3f3f .drone.yml
--- a/.drone.yml        Fri Dec 11 13:51:54 2020 +0100
+++ b/.drone.yml        Tue Dec 15 11:42:57 2020 +0000
@@ -21,6 +21,12 @@
             - tox -e "${TOXENV}"
         volumes:
              - cache:/root/.cache
+    check_dist:
+        image: ${IMAGE}
+        commands:
+            - pip install twine
+            - python setup.py sdist
+            - twine check dist/*
 
 matrix:
     include:

Reply via email to