Add a test Gitlab CI config
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
linux:
|
||||||
|
image: docker
|
||||||
|
script:
|
||||||
|
- python -m pip install -r requirements-dev.txt
|
||||||
|
- python ./bin/run_tests.py
|
||||||
Reference in New Issue
Block a user