Newer
Older
postorius / .gitlab-ci.yml
@Simon Hanna Simon Hanna on 21 Dec 2015 195 bytes Add coverage to tests
django16:
  script:
  - tox -e py27-django16
  tags:
  - sqlite

django17:
  script:
  - tox -e py27-django17
  tags:
  - sqlite

django18:
  script:
  - tox -e py27-django18
  tags:
  - sqlite