Skip to content

Commit

Permalink
Just version bump with a correct version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsmid committed Sep 7, 2017
1 parent b175d88 commit 1d0aaa5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# pytest-ui
Text User Interface for running python tests.

# pip
- https://pypi.python.org/pypi/pytest-ui
- `pip install pytest-ui`
# pip install
- provides the cli command `pytui`
- url on pypi
https://pypi.python.org/pypi/pytest-ui
- install using pip
`pip install pytest-ui`

# controls
- <kbd>r</kbd>, <kbd>f5</kbd> - run tests (last failed or first run, using filter)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='pytest-ui',
description='Text User Interface for running python tests',
version='0.1b',
version='0.2b1',
license='MIT',
platforms=['linux', 'osx', 'win32'],
packages=['pytui'],
Expand Down

0 comments on commit 1d0aaa5

Please sign in to comment.