drop python3.4

This commit is contained in:
Anthony Sottile 2020-10-02 16:47:00 -07:00
parent fb91b994ed
commit a021df6fdd
5 changed files with 2 additions and 12 deletions

View file

@ -28,11 +28,6 @@ python2:
stage: test
script: tox -e py27
python34:
image: python:3.4
stage: test
script: tox -e py34
python35:
image: python:3.5
stage: test