From 442174157a01a400959cf249f9edac96ba11eb0d Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Thu, 13 Aug 2020 12:15:53 +0100 Subject: [PATCH] Add a test Gitlab CI config --- cibuildwheel/.gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cibuildwheel/.gitlab-ci.yml diff --git a/cibuildwheel/.gitlab-ci.yml b/cibuildwheel/.gitlab-ci.yml new file mode 100644 index 00000000..9a441134 --- /dev/null +++ b/cibuildwheel/.gitlab-ci.yml @@ -0,0 +1,6 @@ + +linux: + image: docker + script: + - python -m pip install -r requirements-dev.txt + - python ./bin/run_tests.py