From 1aaae40fb6023318d6d9988f2f0d134bbcdba82e Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Fri, 23 Oct 2015 23:15:06 +0900 Subject: [PATCH] add a simple ci config --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..f10e7f56 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +job: + script: + - python3 setup.py build + - python3 setup.py build_ext -i + - make -C doc html + - nosetests3 --with-coverage --cover-package kwant -- GitLab