File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -124,12 +124,12 @@ Example of use in a django project:
124
124
Links
125
125
~~~~~
126
126
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
+ +--------------------+-------------------------------- -----------------+
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ deps = pytest
6
6
pytest-cache
7
7
8
8
commands =
9
- pip install -e {toxinidir}
9
+ pip install {toxinidir}
10
10
py.test {posargs}
11
11
12
12
[pytest]
You can’t perform that action at this time.
0 commit comments