Skip to content

mloskot/python-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Package

tl;dr: Sample template for a Python package.

https://travis-ci.org/mloskot/python-package.svg?branch=master https://ci.appveyor.com/api/projects/status/d9dsu96lhh3jvqae/branch/master?svg=true

Testing

Running tests with [pytest](http://pytest.org):

cd python-package
python -m pytest -v

Running tests with [nose](http://nose.readthedocs.io):

cd python-package
python -m nose -v

Releases

No releases published

Packages

No packages published

Languages