From eda5cbfde6088c30f11dbe4611a782d640791f31 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Fri, 8 Dec 2017 21:17:18 +0100
Subject: [PATCH] test

---
 .travis.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f85a871..44a9aad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,12 +13,3 @@ script:
  - python setup.py sdist
 after_success:
  - codeclimate-test-reporter
- - |
-    if [ "$TRAVIS_BRANCH" == "master" ]; then
-      if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then
-        pip install wheel twine
-        python setup.py bdist bdist_wheel
-        twine upload -u $PYPI_USER -p $PYPI_PWD dist/*
-      fi
-    fi
-
-- 
GitLab