Skip to content
Snippets Groups Projects
Commit 30f139e2 authored by Corné Lukken's avatar Corné Lukken
Browse files

Fix testing by requiring recent tox version

parent 3782932e
No related branches found
No related tags found
1 merge request!3L2SS-1428: Ensure installing package also install requirements.txt dependencies
Pipeline #53146 passed with warnings
......@@ -3,6 +3,7 @@ default:
# Make sure each step is executed in a virtual environment with some basic dependencies present
before_script:
- python --version # For debugging
- tox --version
cache:
paths:
- .cache/pip
......
......@@ -43,4 +43,5 @@ This project is licensed under the Apache License Version 2.0
## Releases
- 0.2 - Ensure requirements.txt dependencies are installed
- 0.1 - Initial release from separating into own repository
[tox]
# Generative environment list to test all supported Python versions
envlist = py3{7,8,9,10,11},black,pep8,pylint
minversion = 3.28.0
minversion = 4.3.3
[testenv]
usedevelop = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment