Skip to content

Commit f91b893

Browse files
committed
ci: Update circleci image to allow install of python 3.7
See https://circleci.com/docs/2.0/configuration-reference/#machine
1 parent 175271e commit f91b893

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ test-tmpl: &test-tmpl
55
cat *.egg-info/top_level.txt | xargs -Ipysrc coverage run -p --source=pysrc setup.py test -sv -ra || touch ../FAILED-$(basename $PWD)
66
77
job-tmpl: &job-tmpl
8-
machine: true
8+
machine:
9+
image: circleci/classic:201808-01
910

1011
working_directory: ~/src
1112

0 commit comments

Comments
 (0)