travis: linux-mingw: do not install pefile...

... at the runtime
This commit is contained in:
liushuyu 2018-11-30 19:45:28 -07:00
parent 9c904e475b
commit affecb68ec
No known key found for this signature in database
GPG key ID: 23D1CE4534419437

View file

@ -33,6 +33,5 @@ for i in package/*.exe; do
x86_64-w64-mingw32-strip "${i}"
done
pip3 install pefile
python3 .travis/linux-mingw/scan_dll.py package/*.exe "package/"
python3 .travis/linux-mingw/scan_dll.py package/imageformats/*.dll "package/"