Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Commit

Permalink
Clean-up to prep for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Nov 18, 2013
1 parent 4d04747 commit d49087a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,8 @@ python:
- "2.7"
- "2.6"
install:
- "pip install . coveralls --use-mirrors"
- "pip install -e . coveralls --use-mirrors"
- "yes http://salmon.local | salmon init test.conf"
script: coverage run --source=salmon.apps $VIRTUAL_ENV/bin/salmon --config=test.conf test salmon
script: coverage run --source=salmon $VIRTUAL_ENV/bin/salmon --config=test.conf test
after_success:
- coveralls
4 changes: 2 additions & 2 deletions MANIFEST.in
@@ -1,4 +1,4 @@
include manage.py README.rst LICENSE
recursive-include salmon/settings/example *.py *.yaml
recursive-include salmon/settings/example *.py
recursive-include salmon/templates *
recursive-include salmon/static *
recursive-include salmon/static *
19 changes: 0 additions & 19 deletions salmon/settings/example/checks.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

setup(
name='salmon',
version='0.1.6-dev',
version='0.2.0-dev',
description="A simple metric collector with alerts.",
long_description=open('README.rst').read(),
author="Peter Baumgarter",
Expand Down

0 comments on commit d49087a

Please sign in to comment.