Add initial .gitlab-ci.yml, which hopefully works correctly

This commit is contained in:
Danielle McLean 2018-02-26 12:14:52 +11:00
parent 9d1c9646d9
commit 65cba59a72
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 7 additions and 0 deletions

7
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,7 @@
test:
script:
- apt-get update -qy
- apt-get install -y python-dev python-pip
- pip install pipenv
- pipenv install
- pipenv run pytest