Skip to content
Snippets Groups Projects
Commit 900f53e8 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

test

parent 541eab3e
No related branches found
No related tags found
No related merge requests found
......@@ -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
# firanka
[![Build Status](https://travis-ci.org/smok-serwis/firanka.svg)](https://travis-ci.org/smok-serwis/firanka)
[![Test Coverage](https://codeclimate.com/github/smok-serwis/firanka/badges/coverage.svg)](https://codeclimate.com/github/smok-serwis/firanka/coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/97a30fdc35e61f8d7c86/maintainability)](https://codeclimate.com/github/smok-serwis/firanka/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/97a30fdc35e61f8d7c86/test_coverage)](https://codeclimate.com/github/smok-serwis/firanka/test_coverage)
[![PyPI version](https://badge.fury.io/py/firanka.svg)](https://badge.fury.io/py/firanka)
......
__version__ = '0.1.1a1'
__version__ = '0.1.4a1'
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment