Update .travis.yml

This commit is contained in:
Jay Lee
2019-04-15 08:57:43 -04:00
committed by GitHub
parent 4e141bf764
commit 65fd49e377

View File

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