summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-09-11 18:32:24 -0400
committerGitHub <noreply@github.com>2018-09-11 18:32:24 -0400
commitc6ac14d6d904a6e7cfd14c8d1daf34f9604193bc (patch)
tree64c8c2c68e065c3b5a02205398f503b19b7a7e0f
parent262091458902be46b656ed27885af636769c969d (diff)
parent60c8366d14e7746130c7a744be7e8170c4ae0d0c (diff)
Merge pull request #312 from inkstitch/lexelby/pin-pyinstaller
pin to pyinstaller 3.3.1
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f7a7a811..158d87c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,7 +74,7 @@ install:
# https://github.com/pyinstaller/pyinstaller/blob/61b1c75c2b0469b32d114298a63bf60b8d597e37/PyInstaller/hooks/hook-shapely.py#L34
pip install --no-binary shapely -r requirements.txt
- pip install pyinstaller
+ pip install pyinstaller==3.3.1
elif [ "$BUILD" = "windows" ]; then
set -x