Skip to content

mogproject/skeleton-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skeleton-python

Skeleton for Python Projects with Travis-CI + Coveralls.io

Build Status Coverage Status

Directory Structure

.
├── LICENSE                     Declares license terms for your project
├── README.md                   This file!
├── setup.py                    Setup script of setuptools
├── src
│   └── yourpackage
│       ├── __init__.py         Defines which class/fucntion should be imported
│       └── yourmodule.py       Example for your implimentation
└── tests
    ├── __init__.py             Empty file (need to make 'tests' package)
    └── test_yourmodule.py      Example for unit test code

Setup Travis-CI

Setup Coveralls

About

Skeleton for Python Projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages