Commit e02c60c1 authored by Godefroid Chapelle's avatar Godefroid Chapelle

run Travis tests in CentOS container

parent cf69a305
language: python language: minimal
env: env:
- PYTHON_VER=2.7
- PYTHON_VER=3.4
- PYTHON_VER=3.5 - PYTHON_VER=3.5
- PYTHON_VER=3.6 - PYTHON_VER=3.6
- PYTHON_VER=3.7
- PYTHON_VER=3.8
sudo: false services:
cache: - docker
directories:
- pythons
# Note on this cache directories: "make build" downloads pythons elsewhere,
# but installs the compiled bin/lib/share in pythons/pythonx.y/ .
notifications: notifications:
email: email:
- buildout-development@googlegroups.com - buildout-development@googlegroups.com
install: install:
- ls -al pythons - docker build -f .github/workflows/Dockerfile --tag centos_buildout:python${PYTHON_VER} --build-arg PYTHON_VER=${PYTHON_VER} .
- export COVERAGE_PROCESS_START=
- deactivate
- make build
script: make test script:
- docker run centos_buildout:python${PYTHON_VER} /buildout/bin/test -c -vvv
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment