Skip to content

Commit 22090c7

Browse files
Run tests for latest python versions
Run tests on Python 3.7 and 3.8
1 parent 2e88399 commit 22090c7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.circleci/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@ jobs:
7373
docker:
7474
- image: circleci/python:3.6.5-jessie
7575

76+
test_37:
77+
<<: *test_34
78+
docker:
79+
- image: python:3.7-alpine
80+
81+
test_38:
82+
<<: *test_34
83+
docker:
84+
- image: python:3.8-alpine
85+
7686
publish:
7787
docker:
7888
- image: circleci/python:3.6.5-jessie
@@ -100,13 +110,21 @@ workflows:
100110
- test_36:
101111
filters:
102112
<<: *taggedReleasesFilter
113+
- test_37:
114+
filters:
115+
<<: *taggedReleasesFilter
116+
- test_38:
117+
filters:
118+
<<: *taggedReleasesFilter
103119
- publish:
104120
requires:
105121
- build
106122
- test_27
107123
- test_34
108124
- test_35
109125
- test_36
126+
- test_37
127+
- test_38
110128
filters:
111129
<<: *taggedReleasesFilter
112130
branches:

0 commit comments

Comments
 (0)