Add a test Gitlab CI config

This commit is contained in:
Joe Rickerby
2020-08-13 12:15:53 +01:00
parent a7ea9f42cb
commit 442174157a
+6
View File
@@ -0,0 +1,6 @@
linux:
image: docker
script:
- python -m pip install -r requirements-dev.txt
- python ./bin/run_tests.py