Skip to content
Snippets Groups Projects
Commit cb99c725 authored by Maja Jablonska's avatar Maja Jablonska
Browse files

Change docker image to clarinpl

parent b10e67f7
Branches
No related merge requests found
image: python:3.9
image: clarinpl/python:3.8
cache:
paths:
......@@ -20,7 +20,7 @@ unittests:
stage: test
script:
- pip install tox==4.12
- tox -p -e python3.9
- tox -p -e python3.8
pypi_publish:
before_script:
......
[tox]
envlist = python3.9
envlist = python3.8
skipsdist = True
[testenv]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment