Skip to content
Snippets Groups Projects

Fix CI with new docker image

Merged Nicolas Dandrimont requested to merge olasd/swh-scrubber:feature/ci-fixes into master
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
[tox]
requires =
tox>4
minversion=4
envlist=black,flake8,mypy,py3
[testenv]
passenv =
JAVA_HOME
SWH_CASSANDRA_LOG
extras =
testing
deps =
Loading