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