.gitlab-ci.yml
author Arthur Lutz <arthur.lutz@logilab.fr>
Fri, 23 Aug 2019 11:16:46 +0200
changeset 12723 741dc2590f90
permissions -rw-r--r--
[.gitlab-ci] initial version (tox targets)

image: python

before_script:
  - pip install tox

flake8:
  script: tox -e flake8

py27:
  script: tox -e py27

py3:
  script: tox -e py3