File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,15 @@ jobs:
39
39
- run : apt-get install -y texlive-latex-base texlive-latex-extra python3-pip wget
40
40
- run : pip3 install -U pytest pytest-cov code_extract pylint
41
41
- checkout
42
- - run : code-extract ~/matplotlib2tikz/README.md ~/matplotlib2tikz/test/zzz_readme_test.py --filter python,test
42
+ - run : cd ~/matplotlib2tikz
43
+ - run : code-extract README.md test/zzz_readme_test.py --filter python,test
43
44
# install latest pgfplots
44
45
- run : mkdir -p $TEXMFLOCAL
45
46
- run : wget http://mirrors.ctan.org/install/graphics/pgf/contrib/pgfplots.tds.zip -O /tmp/pgfplots.zip
46
47
- run : unzip /tmp/pgfplots.zip -d $TEXMFLOCAL
47
48
- run : texhash
48
49
# install
49
- - run : pip2 install -r test_requirements.txt
50
+ - run : pip3 install -r test_requirements.txt
50
51
- run : pip3 install .
51
52
# lint
52
53
- run : pylint setup.py
You can’t perform that action at this time.
0 commit comments