Skip to content

Commit

Permalink
Problem: Travis about to go away
Browse files Browse the repository at this point in the history
Solution: add another CI environment: CircleCI
  • Loading branch information
gotcha committed Mar 15, 2021
1 parent 2c0d2c4 commit 04e402d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
jobs:
test-centos-containers:
machine:
image: ubuntu-2004:202101-01
environment:
BUILD_TYPE: centos_containers
PYTHON_VER: 3.8
steps:
- checkout
- run:
command: ./ci_build.sh

0 comments on commit 04e402d

Please sign in to comment.