projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8aed04
)
[ci] remove python 2.7 from circleci
author
Paul Brossier
<piem@piem.org>
Thu, 28 Dec 2023 11:54:47 +0000
(12:54 +0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 28 Dec 2023 11:55:47 +0000
(12:55 +0100)
.circleci/config.yml
patch
|
blob
|
history
diff --git
a/.circleci/config.yml
b/.circleci/config.yml
index
1fc9eb4
..
1e98a77
100644
(file)
--- a/
.circleci/config.yml
+++ b/
.circleci/config.yml
@@
-41,20
+41,6
@@
uninstall-wheel: &uninstall-wheel
pip uninstall --verbose --yes aubio
jobs:
- build-27:
- docker:
- - image: cimg/python:2.7
- steps:
- - checkout
- - run: *apt-install
- - run: *pip-install
- - run: *build-wheel
- - run: *install-wheel
- - run: *test-pytest
- - run: *uninstall-wheel
- - store_artifacts:
- path: dist/
-
build-36:
docker:
- image: cimg/python:3.6
@@
-101,7
+87,6
@@
workflows:
test-wheel:
jobs:
- - build-27
- build-36
- build-310
- build-310-nodeps