Commit cfe8daeb authored by Thomas Boni's avatar Thomas Boni
Browse files

add new version of python job with python 3.8

parent 61b0cd54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ Allow you to launch unit tests from your python project. The default variables w

* Job name: `python_test`
* Docker image:
[`python:3.7`](https://hub.docker.com/r/_/python){:target="_blank"}
[`python:3.8`](https://hub.docker.com/r/_/python){:target="_blank"}
* Default stage: `static_tests`
* When: `always`

+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ stages:

python_test:
  stage: static_tests
  image: python:3.7
  image: python:3.8
  variables:
    # Dependencies variables
    APT_PACKAGES: ""
+1 −0
Original line number Diff line number Diff line
* Update python version to 3.8