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 af50eab
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2.1
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

workflows:
tests:
jobs:
- test-centos-containers

0 comments on commit af50eab

Please sign in to comment.