Skip to content

Commit

Permalink
Merge pull request #45 from moshez/incremental-v2
Browse files Browse the repository at this point in the history
Move to Incremental
  • Loading branch information
markrwilliams committed Sep 4, 2017
2 parents f6de57e + b83ece9 commit c3d5fe5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 2,174 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,6 +17,6 @@ matrix:
- python: 2.7
env: TOX_ENV=docs
install:
- pip install tox
- pip install tox incremental
script:
- tox -e $TOX_ENV
4 changes: 2 additions & 2 deletions ncolony/__init__.py
Expand Up @@ -3,9 +3,9 @@

"""ncolony -- a process starter/monitor"""

from ncolony._version import get_versions as _get_versions
from ncolony._version import __version__ as _abstract_version

__version__ = _get_versions()['version']
__version__ = str(_abstract_version)

_long_description = '''\
ncolony_: A wrapper around Twisted process monitor which allows runtime configuration via file-based communication
Expand Down

0 comments on commit c3d5fe5

Please sign in to comment.