Skip to content

Commit a9c5de2

Browse files
committed
more circleci fixes
1 parent e077d0d commit a9c5de2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@ jobs:
3939
- run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip wget
4040
- run: pip3 install -U pytest pytest-cov code_extract pylint
4141
- 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
4344
# install latest pgfplots
4445
- run: mkdir -p $TEXMFLOCAL
4546
- run: wget http://mirrors.ctan.org/install/graphics/pgf/contrib/pgfplots.tds.zip -O /tmp/pgfplots.zip
4647
- run: unzip /tmp/pgfplots.zip -d $TEXMFLOCAL
4748
- run: texhash
4849
# install
49-
- run: pip2 install -r test_requirements.txt
50+
- run: pip3 install -r test_requirements.txt
5051
- run: pip3 install .
5152
# lint
5253
- run: pylint setup.py

0 commit comments

Comments
 (0)