We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9358fea commit 005d001Copy full SHA for 005d001
1 file changed
.travis.yml
@@ -723,6 +723,7 @@ after_success: |
723
if [ -n "$TRAVIS_TAG" ]; then
724
set -x
725
pip install --user twine
726
+ pip install --user --upgrade six
727
728
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
729
pip install --user --upgrade pyOpenSSL
0 commit comments