CI Script

main
Eliot Berriot 2018-10-03 22:18:57 +02:00
parent 0d93ebea73
commit 913a7df7af
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 12 additions and 0 deletions

12
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,12 @@
stages:
- test
test:
stage: test
image: python:2
before_script:
- pip install .[test]
script:
- pytest
tags:
- docker