Newer
Older
postorius / .gitlab-ci.yml
@Simon Hanna Simon Hanna on 6 May 2016 236 bytes Force pep8 tests to pass
image: maxking/mailman-ci-runner

django18:
  script:
  - tox -e py27-django18

django19:
  script:
  - tox -e py27-django19

pep8:
  script:
  - tox -e pep8

django-latest:
  script:
  - tox -e py27-django-latest
  allow_failure: true