Skip to content

Commit 2598820

Browse files
committed
Tweak python version matrix for testing
1 parent 6eba4ba commit 2598820

File tree

1 file changed

+1
-61
lines changed

1 file changed

+1
-61
lines changed

.circleci/config.yml

+1-61
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ workflows:
2323
- gh-pages
2424
matrix:
2525
parameters:
26-
python-version: ["3.6.5", "3.7.7", "3.8.6", "3.9.3", "latest"]
26+
python-version: ["3.6.5", "3.7.7", "3.8.6", "3.9.3", "3.9.9", "3.9.10", "latest"]
2727

2828
- hold:
2929
type: approval
@@ -40,25 +40,6 @@ workflows:
4040
requires:
4141
- hold
4242

43-
# - docs:
44-
# requires:
45-
# - deploy
46-
# - build
47-
48-
# upload_test:
49-
# triggers:
50-
# - schedule:
51-
# cron: "0,30 * * * *"
52-
# filters:
53-
# branches:
54-
# only:
55-
# - jh/use-xxhash-for-integration-test
56-
# jobs:
57-
# - build
58-
# - upload_test_job:
59-
# requires:
60-
# - build
61-
6243
jobs:
6344
build:
6445
docker:
@@ -96,47 +77,6 @@ jobs:
9677
command: |
9778
python /tmp/artifact/tests/integration.py
9879
99-
upload_test_job:
100-
description: Upload test
101-
docker:
102-
- image: circleci/python:latest
103-
steps:
104-
- attach_workspace:
105-
at: /tmp/artifact
106-
name: Attach build artifact
107-
- run:
108-
name: Upload to pypi
109-
command: |
110-
cd /tmp/artifact
111-
twine upload dist/*
112-
113-
# docs:
114-
# docker:
115-
# - image: circleci/python:latest
116-
117-
# steps:
118-
# - attach_workspace:
119-
# at: /tmp/artifact
120-
# name: Attach build artifact
121-
122-
# - run:
123-
# name: Install dependencies
124-
# command: |
125-
# cd /tmp/artifact/docs
126-
# pip install -r requirements.txt
127-
128-
# - run:
129-
# name: Build autodocs
130-
# command: |
131-
# cd /tmp/artifact/docs
132-
# make jekyll
133-
134-
# - run:
135-
# name: Publish autodocs
136-
# command: |
137-
# cd /tmp/artifact/docs
138-
# python publish.py
139-
14080
deploy:
14181
docker:
14282
- image: circleci/python:latest

0 commit comments

Comments
 (0)