Przeglądaj źródła

Use pyinstaller!=3.4

Kentaro Wada 6 lat temu
rodzic
commit
04c69d39d2
1 zmienionych plików z 1 dodań i 1 usunięć
  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