forked from 00dani/lemoncurry
Add initial .gitlab-ci.yml, which hopefully works correctly
This commit is contained in:
parent
9d1c9646d9
commit
65cba59a72
1 changed files with 7 additions and 0 deletions
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in a new issue