We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78bc90 commit fb32d17Copy full SHA for fb32d17
1 file changed
.circleci/config.yml
@@ -13,20 +13,15 @@ jobs:
13
pip install tox
14
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
15
source "${HOME}/.profile"
16
- make test
17
- build-py36:
+ make
+ build-py39:
18
<<: *base_template
19
docker:
20
- - image: python:3.6
21
- build-py37:
22
- <<: *base_template
23
- docker:
24
- - image: python:3.7
+ - image: python:3.9
25
build-py38: *base_template
26
workflows:
27
version: 2
28
build:
29
jobs:
30
- - build-py36
31
- - build-py37
32
- build-py38
+ - build-py39
0 commit comments