Skip to content

Commit

Permalink
Fix testing bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
clayman083 committed Sep 15, 2016
1 parent 77cfdc5 commit c50d19f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ To install pytest-postgres, do:
Changelog
---------

0.1.1 (2016-09-15)
0.1.0 (2016-09-15)
~~~~~~~~~~~~~~~~~~
Initial release.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name='pytest-postgres',
version='0.1.0',
packages=find_packages(),
url='',
url='https://github.com/clayman74/pytest-postgres',
licence='MIT',
author='Kirill Sumorokov',
author_email='[email protected]',
Expand All @@ -24,7 +24,7 @@

entry_points={
'pytest11': [
'docker = pytest_postgres.plugin'
'postgres = pytest_postgres.plugin'
]
}
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ deps =
pip >= 6
-rtest_requirements.txt
commands =
coverage run --source pytest_docker -m py.test
coverage run --source pytest_postgres -m py.test
coverage report
changedir = tests

0 comments on commit c50d19f

Please sign in to comment.