From ec3fa573ce605ebb494ba97f3e23ee7dfab042a3 Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Thu, 3 May 2018 14:53:39 +0530 Subject: [PATCH] Hopefully final fix; re-enable email notifications --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f996ca..e7e8dcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,3 @@ -notifications: - email: false - matrix: include: - sudo: required @@ -9,8 +6,6 @@ matrix: env: DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64 install: - - echo $TRAVIS_TAG - - echo $TRAVIS_BRANCH - docker pull $DOCKER_IMAGE script: @@ -20,7 +15,7 @@ script: after_success: - ls wheelhouse/ - if [[ $TRAVIS_TAG = $TRAVIS_BRANCH ]]; then - pip install --upgrade six ; - pip install twine ; + sudo pip install --upgrade six ; + sudo pip install twine ; twine upload wheelhouse/pdflib-*manylinux*.whl ; fi \ No newline at end of file