Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Appveyor errors related to missing python2
https://ci.appveyor.com/project/vedang/pdf-tools/builds/38649076 failed with `python2 not found`, which was the proposed fix in politza/pdf-tools@628 . My guess is that `python2` now needs to be explicitly installed in mingw64. This commit adds an explicit dependency on `mingw-w64-x86_64-python2` to test this. Closes politza/pdf-tools@628
- Loading branch information