diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..3f8e5f1 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +image: python:3.7 + +before_scripts: + - sudo pip install pipenv + - pipenv install + +test: + script: + - pipenv run python manage.py test \ No newline at end of file