Skip to content
Snippets Groups Projects
Commit 783f5d7a authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Add twine

parent 91d51a0c
No related branches found
No related tags found
No related merge requests found
Pipeline #3985 passed
......@@ -9,12 +9,12 @@ before_script:
- make deps
stages:
- test
- check-warnings
#- test
#- check-warnings
- build
- deploy
unit-tests:
.unit-tests:
stage: test
script:
- sed -i 's/\/usr\/share\/GeoIP/\/builds\/713\/mentat\/mentat-test-3\/chroot\/usr\/share\/GeoIP/g' /builds/713/mentat/mentat-test-3/conf/core/services.json.conf
......@@ -26,17 +26,17 @@ unit-tests:
reports:
junit: nose2-junit.xml
pylint:
.pylint:
stage: test
script:
- make pylint
pyflakes:
.pyflakes:
stage: test
script:
- make pyflakes
check-deprecation-warnings:
.check-deprecation-warnings:
before_script: []
stage: check-warnings
script:
......
......@@ -8,3 +8,4 @@ sendria>=2.2.2,<2.3.0
sphinx==5.3.0
sphinx-rtd-theme==1.2.0
python-dotenv>=0.21.1,<1.0.0
twine>=4.0.2,<4.1.0
......@@ -20,4 +20,4 @@ open-source project.
__author__ = "Jan Mach <jan.mach@cesnet.cz>"
__credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>"
__version__ = "2.10.133"
__version__ = "2.10.134"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment