remove unused gitlab CI configuration

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-10-31 13:41:08 -05:00
parent cf8d24187f
commit 58fd0d0728
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

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