Works well with sloria's cookiecutter-pypackage template.
- Update HISTORY.rst
- Update version number in
my_project/__init__.py
- Run the tests:
git checkout dev
python setup.py test
tox
import timeit | |
import uuid | |
import colander | |
import marshmallow | |
class BarList(colander.SequenceSchema): | |
item = colander.SchemaNode( | |
colander.Integer(), validator=colander.Range(min=1)) |
Works well with sloria's cookiecutter-pypackage template.
my_project/__init__.py
git checkout dev
python setup.py test
tox