Skip to content
Snippets Groups Projects
Commit 2930ea04 authored by Joris Wachsmuth's avatar Joris Wachsmuth
Browse files

narrowing testing to python36

parent de0eb442
No related branches found
No related tags found
No related merge requests found
Pipeline #19869 failed
image: python:latest
image: python:3.6
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cahe/pip"
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache:
paths:
......
[tox]
envlist = py36,py310
envlist = py36
[testenv]
deps = pytest==7.0
......
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