From 05a00e8ce0636840b36230ccdc0b47fa593977e5 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 21 Jan 2019 05:17:42 -0600 Subject: [PATCH] Disable alpha for Python 2. Ends support to Python 2 builds. Closes #16 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3c23e4..62ecb70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ test_py3: - '%PYTHON3% -m coverage report --omit="test*"' coverage: '/TOTAL.+ ([0-9]{1,3}%)/' -alpha: +.alpha: type: deploy tags: - windows