# HG changeset patch # User Nicola Spanti # Date 1566908781 -7200 # Node ID a6b12f31930c70028bfba15e355594ba405e93ee # Parent 741dc2590f9071de174db6e25489a221967c22d6 Backed out changeset 741dc2590f90 It was for cube s3storage, but this piece of information was apparently not in the email (used for review), so this patch was published in the wrong repository. :-/ diff -r 741dc2590f90 -r a6b12f31930c .gitlab-ci.yml --- a/.gitlab-ci.yml Fri Aug 23 11:16:46 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -image: python - -before_script: - - pip install tox - -flake8: - script: tox -e flake8 - -py27: - script: tox -e py27 - -py3: - script: tox -e py3