Kentaro Wada 6 роки тому
батько
коміт
04c69d39d2
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -117,7 +117,7 @@ script:
       fi
 
       # Build the standalone executable
-      pip install pyinstaller
+      pip install 'pyinstaller!=3.4'  # 3.4 raises error
       pyinstaller labelme.spec
       dist/labelme --version