Skip to content

Commit 8fdd7c8

Browse files
committed
circleci: use Agg backend
1 parent 1b53da1 commit 8fdd7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- run: pylint matplotlib2tikz/
5555
- run: pylint test/*.py
5656
# The actual test
57-
- run: cd test/ && pytest --cov matplotlib2tikz
57+
- run: cd test/ && MPLBACKEND=Agg pytest --cov matplotlib2tikz
5858
# submit to codecov
5959
- run: apt-get install -y curl
6060
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)