Newer
Older
postorius / .gitlab-ci.yml
@Abhilash Raj Abhilash Raj on 13 Aug 2015 228 bytes Add gitlab-ci.yml
before_script:
- pip install tox

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

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

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