Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Try to rebuild matplotlib cache in build
  • Loading branch information
stoiver committed May 20, 2018
1 parent 6723de9 commit 9dcad7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ build_script:
- conda install pip nose numpy scipy netcdf4 matplotlib gdal mingwpy
- python setup.py build --compiler=mingw32
- python setup.py install --skip-build

- python -c "import matplotlib; matplotlib.font_manager._rebuild()"

test_script:
- python runtests.py

0 comments on commit 9dcad7b

Please sign in to comment.