From 6548793aee25e8fbd6b942e34f2b879f3681b6aa Mon Sep 17 00:00:00 2001 From: ente Date: Fri, 3 Feb 2017 18:11:49 +0100 Subject: [PATCH] travis push --- .travis.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a819554..765b81f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: - sudo apt-get install -y pandoc script: - python setup.py check --restructuredtext --metadata -s -- coverage run --source=pdml2flow setup.py test +- coverage run --source=plugins setup.py test after_success: - coveralls before_deploy: diff --git a/setup.py b/setup.py index 05e23e3..4ad2cfe 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name = 'pdml2flow-elasticsearch', keywords = 'pdml2flow plugin elasticsearch', - version = '1.0', + version = '0.0', packages = find_packages(exclude=['test']), install_requires = [ 'pdml2flow'