Skip to content

Commit 58da111

Browse files
committed
Added CircleCI configuration and updated baseline images for Matplotlib 1.5.x and 2.0.x
1 parent 29e7232 commit 58da111

File tree

10 files changed

+45
-0
lines changed

10 files changed

+45
-0
lines changed

.circleci/config.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
version: 2
2+
3+
steps: &steps
4+
- checkout
5+
- run:
6+
name: Run tests
7+
command: pytest tests --mpl
8+
9+
jobs:
10+
11+
image-tests-mpl153:
12+
docker:
13+
- image: astropy/image-tests-py35-mpl153:1.3
14+
steps: *steps
15+
16+
image-tests-mpl202:
17+
docker:
18+
- image: astropy/image-tests-py35-mpl202:1.3
19+
steps: *steps
20+
21+
image-tests-mpl212:
22+
docker:
23+
- image: astropy/image-tests-py35-mpl212:1.3
24+
steps: *steps
25+
26+
image-tests-mpl222:
27+
docker:
28+
- image: astropy/image-tests-py35-mpl222:1.3
29+
steps: *steps
30+
31+
image-tests-mpl300:
32+
docker:
33+
- image: astropy/image-tests-py35-mpl300:1.3
34+
steps: *steps
35+
36+
37+
workflows:
38+
version: 2
39+
tests:
40+
jobs:
41+
- image-tests-mpl153
42+
- image-tests-mpl202
43+
- image-tests-mpl212
44+
- image-tests-mpl222
45+
- image-tests-mpl300

tests/baseline/1.5.x/test_dpi.png

102 Bytes
Loading
486 Bytes
Loading
17.7 KB
Loading
392 Bytes
Loading
1.96 KB
Loading

tests/baseline/2.0.x/test_dpi.png

9 Bytes
Loading
517 Bytes
Loading
17.6 KB
Loading
-15 Bytes
Loading

0 commit comments

Comments
 (0)