From 900f53e8f7f33cfc1dcedb6ab6dcad8ce7f34da6 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Fri, 8 Dec 2017 21:13:30 +0100 Subject: [PATCH] test --- .travis.yml | 7 +++++++ README.md | 1 - firanka/__init__.py | 2 +- setup.cfg | 1 - 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44a9aad..f2fe843 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,10 @@ script: - python setup.py sdist after_success: - codeclimate-test-reporter + - | + if [ "$TRAVIS_BRANCH" -eq "master" ]; then + pip install wheel twine + python setup.py bdist bdist_wheel + twine upload -u $PYPI_USER -p $PYPI_PWD dist/* + fi + diff --git a/README.md b/README.md index 49a526e..efdc345 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # firanka [](https://travis-ci.org/smok-serwis/firanka) -[](https://codeclimate.com/github/smok-serwis/firanka/coverage) [](https://codeclimate.com/github/smok-serwis/firanka/maintainability) [](https://codeclimate.com/github/smok-serwis/firanka/test_coverage) [](https://badge.fury.io/py/firanka) diff --git a/firanka/__init__.py b/firanka/__init__.py index 04b926c..3cc9089 100644 --- a/firanka/__init__.py +++ b/firanka/__init__.py @@ -1 +1 @@ -__version__ = '0.1.1a1' +__version__ = '0.1.4a1' diff --git a/setup.cfg b/setup.cfg index 31d4376..e0b23bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,6 @@ classifiers = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Operating System :: OS Independent - Development Status :: Development Status :: 1 - Planning License :: OSI Approved :: MIT License Topic :: Software Development :: Libraries Intended Audience :: Developers -- GitLab