Update .travis.yml

using requirements-windows.txt (windows build)
pull/326/head
AkiraNorthstar 2018-09-25 15:38:04 +02:00 zatwierdzone przez GitHub
rodzic fbe6ca7b4c
commit 0d755e83f6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -98,7 +98,7 @@ install:
wget -q https://github.com/lexelby/inkstitch-build-objects/releases/download/v1.0.0/Shapely-1.6.3-cp27-cp27m-win32.whl
wine c:\\Python\\python.exe c:\\Python\\scripts\\pip.exe install Shapely-1.6.3-cp27-cp27m-win32.whl
wine c:\\Python\\python.exe c:\\Python\\scripts\\pip.exe install -r requirements.txt
wine c:\\Python\\python.exe c:\\Python\\scripts\\pip.exe install -r requirements-windows.txt
set +x
elif [ "$BUILD" = "osx" ]; then