Add tox configuration and integration with setup.py
Add Travis CI build server configuration Add badges and Tests section to README Bump version (development)
This commit is contained in:
parent
33ec166c6f
commit
dadb8f1ff6
7 changed files with 106 additions and 15 deletions
|
@ -1,5 +1,7 @@
|
|||
"""django todo"""
|
||||
__version__ = '1.5'
|
||||
"""
|
||||
A multi-user, multi-group task management and assignment system for Django.
|
||||
"""
|
||||
__version__ = '1.6.dev1'
|
||||
|
||||
__author__ = 'Scot Hacker'
|
||||
__email__ = 'shacker@birdhouse.org'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue