.gitlab-ci.yml
changeset 12724 a6b12f31930c
parent 12723 741dc2590f90
child 12729 c8ca784fdd77
--- 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