Commit 5db2e99f authored by Godefroid Chapelle's avatar Godefroid Chapelle

Problem: Travis about to go away

Solution: add another CI environment: CircleCI
parent 2c0d2c43
version: 2.1
jobs:
test:
parameters:
build-type:
type: string
python-version:
type: string
machine:
image: ubuntu-2004:202101-01
environment:
BUILD_TYPE: << parameters.build-type >>
PYTHON_VER: << parameters.python-version >>
steps:
- checkout
- run:
command: ./ci_build.sh
workflows:
tests:
jobs:
- test:
matrix:
parameters:
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9"]
build-type: ["centos_containers", "debian_containers"]
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