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 8ff94c8 commit db42015Copy full SHA for db42015
.circleci/config.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip
38
- run: pip3 install -U pytest pytest-cov code_extract pylint
39
- checkout
40
- - run: code_extract $CIRCLE_WORKING_DIRECTORY/README.md $CIRCLE_WORKING_DIRECTORY/test/zzz_readme_test.py --filter python,test
+ - run: code-extract ~/matplotlib2tikz/README.md ~/matplotlib2tikz/test/zzz_readme_test.py --filter python,test
41
# install latest pgfplots
42
- run: export TEXMFLOCAL=/tmp/texmf/ && mkdir -p $TEXMFLOCAL
43
- run: wget http://mirrors.ctan.org/install/graphics/pgf/contrib/pgfplots.tds.zip -O /tmp/pgfplots.zip
0 commit comments