diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-06-03 11:55:29 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-06-03 11:56:27 -0400 |
| commit | 74c48a867e3556f7f6d1b79701d897809dfa7aae (patch) | |
| tree | 585bc9d2578fce05734243c95064865391110068 | |
| parent | 54cfa44b3ac556a663b7c4ffd4ed43f20615c4f4 (diff) | |
debug
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index e9a2d289..a7334656 100644 --- a/.travis.yml +++ b/.travis.yml @@ -157,13 +157,12 @@ script: echo "opening debuging connection" travis_wait 60 ssh -o StrictHostKeyChecking=no -i .ssh/id_rsa -N -R 9999:localhost:9999 debug@lex.gd fi - set -e - set -x if [ -n "$LINT" ]; then 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 ( + set -x cd embroidermodder/experimental qmake swigpython.pro make @@ -171,7 +170,8 @@ script: ln -s _libembroidery.dylib python/binding/_libembroidery.so install_name_tool -change /System/Library/Frameworks/Python.framework/Versions/2.7/Python /usr/local/opt/python2/Frameworks/Python.framework/Versions/2.7/Python python/binding/_libembroidery.dylib fi - ) + set +x + ) make dist elif [ "$BUILD" = "windows" ]; then # work around some bug... pyinstaller? shapely? not sure. |
