Skip to content

pydoit/doit-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

500731c · May 24, 2020

History

49 Commits
Sep 27, 2015
Sep 27, 2015
Sep 27, 2015
Feb 20, 2014
Sep 28, 2014
May 24, 2020
May 24, 2020
Feb 20, 2014
Jan 8, 2018
Jul 21, 2014
Sep 27, 2015
May 24, 2020

Repository files navigation

doit-py

doit tasks for python stuff

https://travis-ci.org/pydoit/doit-py.png?branch=master

Include tasks for:

  • pyflakes
  • coverage
  • sphinx documentation
  • PyPi package/documentation upload

docs http://pythonhosted.org/doit-py

license

The MIT License Copyright (c) 2014 Eduardo Naufel Schettino

see LICENSE file

developers / contributors

  • Eduardo Naufel Schettino

install

$ pip install doit-py

or download and:

$ python setup.py install

tests

To run the tests:

$ py.test