Skip to content
Snippets Groups Projects
Commit f11d66b4 authored by Swen Vermeul's avatar Swen Vermeul
Browse files

use latest python 3.7

parent fad0bdf3
No related branches found
No related tags found
No related merge requests found
Pipeline #763 passed with warnings
......@@ -6,23 +6,27 @@ stages:
- pypi_upload
before_script:
- pyenv local $(latest_python 3.7)
- pip install -U pip setuptools
- pip install tox
tests:
script:
- pyenv local $(latest_python 3.7)
- tox -r -vv -e py37
stage: tests
allow_failure: true
style:
script:
- pyenv local $(latest_python 3.7)
- tox -r -vv -e flake8
allow_failure: true
stage: style
pypi_test:
script:
- pyenv local $(latest_python 3.7)
- python setup.py sdist
- twine upload -u openbis-team -p 4z2-3oZ-rFK-YNh --repository-url https://test.pypi.org/legacy/ dist/*
when: manual
......
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