Skip to content

Commit

Permalink
Merge pull request #8791 from astrofrog/update-mpl-circleci
Browse files Browse the repository at this point in the history
Use Python 3.7 for Circle CI images for Matplotlib 3.x
  • Loading branch information
bsipocz committed Jun 3, 2019
2 parents 3dde79b + efbfacb commit df207f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

image-tests-mpl302:
docker:
- image: astropy/image-tests-py36-mpl302:1.5
- image: astropy/image-tests-py37-mpl302:1.5
steps:
- checkout
- run:
Expand All @@ -66,7 +66,7 @@ jobs:

image-tests-mpl310:
docker:
- image: astropy/image-tests-py36-mpl310:1.5
- image: astropy/image-tests-py37-mpl310:1.5
steps:
- checkout
- run:
Expand All @@ -75,7 +75,7 @@ jobs:

image-tests-mpldev:
docker:
- image: astropy/image-tests-py36-base:1.2
- image: astropy/image-tests-py37-base:1.2
steps:
- checkout
- run:
Expand Down

0 comments on commit df207f7

Please sign in to comment.