work around travis fail

pull/181/head
Lex Neva 2018-06-03 13:38:37 -04:00
rodzic f8141ed7df
commit 93d92322c9
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -161,7 +161,11 @@ script:
flake8 . --count --exit-zero --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude=embroidermodder
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude=embroidermodder
elif [ "$BUILD" = "linux" -o "$BUILD" = "osx" ]; then
# it looks like one of travis's cd hooks fails
set +e
pushd embroidermodder/experimental
set -e
qmake swigpython.pro
make
if [ "$BUILD" = "osx" ]; then