diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c84dbd39d51fe5ac9f49754ac3b9e1a937e58909..4836ead6996cdc2ddc91ab44276e5f76175d9412 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,8 @@ stages: - - py35 - py36 - py37 - py38 - py39 -test-py3.5: - image: python:3.5 - stage: py35 - script: - - pip3 install -r requirements.txt - - python3.5 -m pytest --cov rpg tests test-py3.6: image: python:3.6 stage: py36