Forráskód Böngészése

Use pyinstaller!=3.4

Kentaro Wada 6 éve
szülő
commit
04c69d39d2
1 módosított fájl, 1 hozzáadás és 1 törlés
  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