Skip to content

Commit 7077098

Browse files
committed
updates README
1 parent 20f812b commit 7077098

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ Example of use in a django project:
124124
Links
125125
~~~~~
126126

127-
+--------------------+----------------+--------------+----------------+
128-
| Project home page: |https://github.com/saxix/pytest-echo |
129-
+--------------------+---------------+--------------------------------+
130-
| Issue tracker: |https://github.com/saxix/pytest-echo/issues?sort|
131-
+--------------------+---------------+--------------------------------+
132-
| Download: |http://pypi.python.org/pypi/pytest-echo/ |
133-
+--------------------+---------------+--------------------------------+
134-
| Documentation: |https://pytest-echo.readthedocs.org/en/latest/ |
135-
+--------------------+---------------+--------------+-----------------+
127+
+--------------------+-------------------------------------------------+
128+
| Project home page: |https://github.com/saxix/pytest-echo |
129+
+--------------------+-------------------------------------------------+
130+
| Issue tracker: |https://github.com/saxix/pytest-echo/issues?sort |
131+
+--------------------+-------------------------------------------------+
132+
| Download: |http://pypi.python.org/pypi/pytest-echo/ |
133+
+--------------------+-------------------------------------------------+
134+
| Documentation: |https://pytest-echo.readthedocs.org/en/latest/ |
135+
+--------------------+-------------------------------------------------+

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ deps = pytest
66
pytest-cache
77

88
commands =
9-
pip install -e {toxinidir}
9+
pip install {toxinidir}
1010
py.test {posargs}
1111

1212
[pytest]

0 commit comments

Comments
 (0)