[PATCH] CI: switch to python3 by default

Lucas De Marchi lucas.demarchi at intel.com
Fri Aug 31 15:33:33 UTC 2018


Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a23c324..91cb6a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 image: fedora:latest
 
 before_script:
-  - dnf install -y ShellCheck python2-docutils python2-sphinx make
+  - dnf install -y ShellCheck python3-docutils python3-sphinx make
 
 check:
     stage: build
-- 
2.17.1



More information about the dim-tools mailing list