Skip to content
Snippets Groups Projects

Resolve CWG-43 and CWG-42 by applying tox 4 compatability.

Merged Resolve CWG-43 and CWG-42 by applying tox 4 compatability.
All threads resolved!
Merged Corné Lukken requested to merge CWG-43 into main
All threads resolved!
3 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -3,7 +3,7 @@ default:
@@ -3,7 +3,7 @@ default:
before_script:
before_script:
- python --version # For debugging
- python --version # For debugging
- python -m pip install --upgrade pip
- python -m pip install --upgrade pip
+1
- pip install --upgrade tox twine
- pip install tox twine
cache:
cache:
paths:
paths:
- .cache/pip
- .cache/pip
Loading