Commit 2aeca592 authored by Godefroid Chapelle's avatar Godefroid Chapelle Committed by GitHub

Merge pull request #504 from gotcha/fix-travis-tests

Run Travis tests in CentOS container.

Tests under Python 2.7 are temporarily disabled.
parents ddff4477 e02c60c1
language: python
language: minimal
env:
- PYTHON_VER=2.7
- PYTHON_VER=3.4
- PYTHON_VER=3.5
- PYTHON_VER=3.6
- PYTHON_VER=3.7
- PYTHON_VER=3.8
sudo: false
cache:
directories:
- pythons
# Note on this cache directories: "make build" downloads pythons elsewhere,
# but installs the compiled bin/lib/share in pythons/pythonx.y/ .
services:
- docker
notifications:
email:
- buildout-development@googlegroups.com
install:
- ls -al pythons
- export COVERAGE_PROCESS_START=
- deactivate
- make build
- docker build -f .github/workflows/Dockerfile --tag centos_buildout:python${PYTHON_VER} --build-arg PYTHON_VER=${PYTHON_VER} .
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