projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a3f08f
)
.circleci/config.yml: add 3.7 config with no dependencies
author
Paul Brossier
<piem@piem.org>
Mon, 1 Oct 2018 10:53:15 +0000
(12:53 +0200)
committer
Paul Brossier
<piem@piem.org>
Mon, 1 Oct 2018 10:53:15 +0000
(12:53 +0200)
.circleci/config.yml
patch
|
blob
|
history
diff --git
a/.circleci/config.yml
b/.circleci/config.yml
index
cff42b7
..
0f628c5
100644
(file)
--- a/
.circleci/config.yml
+++ b/
.circleci/config.yml
@@
-66,6
+66,19
@@
jobs:
- store_artifacts:
path: dist/
+ build-37-nodeps:
+ docker:
+ - image: circleci/python:3.7
+ steps:
+ - checkout
+ - run: *pip-install
+ - run: *build-wheel
+ - run: *install-wheel
+ - run: pip show -f aubio
+ - run: pip uninstall aubio
+ - store_artifacts:
+ path: dist/
+
workflows:
version: 2
@@
-74,3
+87,4
@@
workflows:
- build-27
- build-36
- build-37
+ - build-37-nodeps