From 567c5e7ec7ed8a573eab845c1c1e6de577de12c8 Mon Sep 17 00:00:00 2001 From: Raul Date: Sun, 7 Jul 2019 17:39:41 -0400 Subject: [PATCH] [skyapi] refs #131 Change directory where deploy run --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d3603f36..3320d0da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,6 +82,7 @@ before_script: # Install PyPA Docker images for building multilinux wheels script: #Deploy to Pypi +- cd ${TRAVIS_BUILD_DIR} - ./.travis/deploy-with-twine.sh # Test PySkycoin - make test-ci