From 18387475a84dc4ac550d1024e6514947d2ff4440 Mon Sep 17 00:00:00 2001 From: Paul-Emmanuel Raoul Date: Sun, 2 Oct 2016 19:22:26 +0100 Subject: [PATCH] deploy to PyPI only if Python 3.5 test passes --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index efd7630..b7b95f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,6 @@ deploy: on: tags: true repo: SkypLabs/python4yahdlc + condition: $TRAVIS_PYTHON_VERSION = "3.5" script: python setup.py test