diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8736073a2eca4910ee574752592c3c1b25b2cbfe..31421d9da6cf51b7a27f056417432bf1686ab22c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,7 @@ stages: - - py34 - py35 - py36 - py37 -test-py3.4: - image: python:3.4 - stage: py34 - script: - - adduser --disabled-password --gecos '' myuser - - pip3 install -r requirements.txt - - python3.4 -m pytest --cov rpg tests test-py3.5: image: python:3.5 stage: py35