diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..e9eb9cd --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,20 @@ +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