projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b34a3b4
)
.circleci/config.yml: add py37
author
Paul Brossier
<piem@piem.org>
Mon, 1 Oct 2018 10:19:12 +0000
(12:19 +0200)
committer
Paul Brossier
<piem@piem.org>
Mon, 1 Oct 2018 10:19:12 +0000
(12:19 +0200)
.circleci/config.yml
patch
|
blob
|
history
diff --git
a/.circleci/config.yml
b/.circleci/config.yml
index
ce9daa7
..
cff42b7
100644
(file)
--- a/
.circleci/config.yml
+++ b/
.circleci/config.yml
@@
-53,6
+53,19
@@
jobs:
- store_artifacts:
path: dist/
+ build-37:
+ docker:
+ - image: circleci/python:3.7
+ steps:
+ - checkout
+ - run: *apt-install
+ - run: *pip-install
+ - run: *build-wheel
+ - run: *install-wheel
+ - run: *test-nose2
+ - store_artifacts:
+ path: dist/
+
workflows:
version: 2
@@
-60,3
+73,4
@@
workflows:
jobs:
- build-27
- build-36
+ - build-37