Skip to content

Commit cf8e3a8

Browse files
authored
Merge pull request #13 from jbasko/dev
Docs & badges
2 parents 59332da + 05b2596 commit cf8e3a8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
pytest-random-order
22
===================================
33

4+
.. image:: https://img.shields.io/badge/python-2.7%2C%203.5-blue.svg
5+
:target: https://github.com/jbasko/pytest-random-order
6+
7+
.. image:: https://coveralls.io/repos/github/jbasko/pytest-random-order/badge.svg?branch=master
8+
:target: https://coveralls.io/github/jbasko/pytest-random-order?branch=master
9+
410
.. image:: https://travis-ci.org/jbasko/pytest-random-order.svg?branch=master
511
:target: https://travis-ci.org/jbasko/pytest-random-order
612

@@ -140,7 +146,7 @@ generator:
140146
Using --random-order-seed=24775
141147
...
142148

143-
You can now the ``--random-order-seed=...`` bit as an argument to the next run to produce the same order:
149+
You can now use the ``--random-order-seed=...`` bit as an argument to the next run to produce the same order:
144150

145151
::
146152

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ generator:
141141
Using --random-order-seed=24775
142142
...
143143

144-
You can now the ``--random-order-seed=...`` bit as an argument to the next run to produce the same order:
144+
You can now use the ``--random-order-seed=...`` bit as an argument to the next run to produce the same order:
145145

146146
::
147147

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(fname):
1313

1414
setup(
1515
name='pytest-random-order',
16-
version='0.5.2',
16+
version='0.5.3',
1717
author='Jazeps Basko',
1818
author_email='[email protected]',
1919
maintainer='Jazeps Basko',

0 commit comments

Comments
 (0)