From 2c18493d4787fe69a0cb04d6f96626994efae401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Ka=C5=BAmierczyk?= Date: Mon, 23 Dec 2024 21:55:08 +0100 Subject: [PATCH] Corrected scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Krzysztof Kaźmierczyk --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 616206a..5d396aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,9 @@ env: global: - PYTHONPATH=src:test script: - #- pytest - #- python -m build - - podman build . + - pytest + - python -m build + # - docker build . deploy: - provider: script #script: python -m twine upload --skip-existing --verbose --password $TWINE_TEST_TOKEN --repository testpypi dist/* #test instance