8000 Added matplotlib as a dependency for matplotlylib tests. · appscluster/python-api@8ced683 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ced683

Browse files
committed
Added matplotlib as a dependency for matplotlylib tests.
1 parent 58f1556 commit 8ced683

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

circle.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ checkout:
66
- git submodule sync
77
- git submodule update --init # use submodules
88

9-
## Customize dependencies (pass)
9+
## Customize dependencies
10+
dependencies:
11+
post:
12+
- pip install matplotlib
1013

1114
## Customize database setup (pass)
1215

0 commit comments

Comments
 (0)
0