remove unused gitlab CI configuration

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2024-10-31 13:41:08 -05:00
parent cf8d24187f
commit 58fd0d0728
-9
View File
@@ -1,9 +0,0 @@
before_script:
- virtualenv --python=python3.4 env-py3 --clear
- source env-py3/bin/activate
- pip install -Ur requirements-dev.txt
lint:
script:
- echo "--zero-exit should be set until only a few messages remain"
- prospector --zero-exit