always use latest pip

This commit is contained in:
Jay Lee
2019-04-15 08:51:28 -04:00
committed by GitHub
parent 2db40e841b
commit 4e141bf764

View File

@@ -67,6 +67,7 @@ before_install:
apt install -y python:i386;
python -V;
fi
- curl https://bootstrap.pypa.io/get-pip.py | python
- pip install pyinstaller
install: