ok, python 3.4 was a mistake

master
Laura Liberda 2020-12-03 07:44:53 +01:00
parent 68c67fdc12
commit cdb591b080
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ py2.7-unit_tests:
py3.4-unit_tests:
image: python:3.4-alpine
allow_failure: true
script:
- nosetests tests/*.py
- python setup.py sdist bdist_wheel
@ -76,6 +77,7 @@ py2.7-integration_test:
py3.4-integration_test:
image: python:3.4-buster
allow_failure: true
before_script:
- pip install -r requirements.txt
- apt-get -y update