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!
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@ default:
before_script:
- python --version # For debugging
- python -m pip install --upgrade pip
- pip install tox twine
- pip install --upgrade tox twine
cache:
paths:
- .cache/pip
Loading