Newer
Older
postorius / .gitlab-ci.yml
@Simon Hanna Simon Hanna on 27 Jan 2016 259 bytes Add django1.9 to tox 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

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