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: ...@@ -9,12 +9,12 @@ before_script:
- make deps - make deps
stages: stages:
- test #- test
- check-warnings #- check-warnings
- build - build
- deploy - deploy
unit-tests: .unit-tests:
stage: test stage: test
script: 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 - 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: ...@@ -26,17 +26,17 @@ unit-tests:
reports: reports:
junit: nose2-junit.xml junit: nose2-junit.xml
pylint: .pylint:
stage: test stage: test
script: script:
- make pylint - make pylint
pyflakes: .pyflakes:
stage: test stage: test
script: script:
- make pyflakes - make pyflakes
check-deprecation-warnings: .check-deprecation-warnings:
before_script: [] before_script: []
stage: check-warnings stage: check-warnings
script: script:
......
...@@ -8,3 +8,4 @@ sendria>=2.2.2,<2.3.0 ...@@ -8,3 +8,4 @@ sendria>=2.2.2,<2.3.0
sphinx==5.3.0 sphinx==5.3.0
sphinx-rtd-theme==1.2.0 sphinx-rtd-theme==1.2.0
python-dotenv>=0.21.1,<1.0.0 python-dotenv>=0.21.1,<1.0.0
twine>=4.0.2,<4.1.0
...@@ -20,4 +20,4 @@ open-source project. ...@@ -20,4 +20,4 @@ open-source project.
__author__ = "Jan Mach <jan.mach@cesnet.cz>" __author__ = "Jan Mach <jan.mach@cesnet.cz>"
__credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@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