Skip to content

Commit

Permalink
travis push
Browse files Browse the repository at this point in the history
  • Loading branch information
Enteee committed Feb 3, 2017
1 parent b5d1d1d commit 6548793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6548793

Please sign in to comment.