diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..f10e7f5642731c494990fc5e3cb0a7f2c59d6b65 --- /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