Skip to content
Snippets Groups Projects
Commit 996e1c81 authored by inso's avatar inso
Browse files

Test

parent 9a462f3f
No related branches found
No related tags found
No related merge requests found
...@@ -42,11 +42,13 @@ build: &build ...@@ -42,11 +42,13 @@ build: &build
<<: *env <<: *env
stage: build stage: build
script: script:
- pip install wheel
- pip install -r requirements.txt - pip install -r requirements.txt
- python gen_resources.py - python gen_resources.py
- python gen_translations.py --lrelease - python gen_translations.py --lrelease
- python setup.py sdist bdist_wheel - python setup.py bdist_wheel
- py.test - py.test
test: test:
<<: *env <<: *env
stage: test stage: test
...@@ -65,5 +67,5 @@ releases: ...@@ -65,5 +67,5 @@ releases:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install wheel - pip install wheel
- pip install twine - pip install twine
- python setup.py sdist bdist_wheel - python setup.py bdist_wheel
- twine upload dist/* --username duniter --password $PYPI_PASSWORD - twine upload dist/* --username duniter --password $PYPI_PASSWORD
  • inso @Insoleet

    mentioned in commit 84944ad8

    ·

    mentioned in commit 84944ad8

    Toggle commit list
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