Skip to content

Python seed for writing a simple script of python package

License

Notifications You must be signed in to change notification settings

iiddoo/python-sample-package

Repository files navigation

Build Status PyPI version Coverage Status Python 3.6

python-example-package

This is a starter repo for creating a new python package.

Tests

Simply run: pytest

Code coverge

Generate coverage report with: py.test --cov=myPackage tests/

script:

- pip install --user --upgrade setuptools wheel twine numpy

- python3 setup.py sdist bdist_wheel

- python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

before_script:

- bumpversion minor setup.py