We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db42015 commit 2d6a45dCopy full SHA for 2d6a45d
.circleci/config.yml
@@ -34,7 +34,7 @@ jobs:
34
- image: ubuntu:17.10
35
steps:
36
- run: apt-get update
37
- - run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip
+ - run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip wget
38
- run: pip3 install -U pytest pytest-cov code_extract pylint
39
- checkout
40
- run: code-extract ~/matplotlib2tikz/README.md ~/matplotlib2tikz/test/zzz_readme_test.py --filter python,test
0 commit comments