From 1e9ed7db9489ddcc8238655e9235f5cca99b0adf Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Thu, 6 Dec 2018 05:06:18 +0200 Subject: Initial commit --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..20f143e --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +image: python:3.7 + +test: + before_script: + - pip install poetry pre-commit + - poetry install + script: + - pre-commit run -a + - poetry run pytest -- cgit v1.2.3-54-g00ecf