Steve Piercy
2016-11-29 968bebc0d1cbb6d85eb446b41c0f4560383c3022
docs/tutorials/wiki/installation.rst
@@ -66,7 +66,7 @@
   c:\> c:\Python27\Scripts\virtualenv %VENV%
Python 3.5:
Python 3.6:
.. code-block:: doscon
@@ -310,13 +310,13 @@
.. code-block:: bash
   ======================== test session starts ========================
   platform Python 3.5.1, pytest-2.9.1, py-1.4.31, pluggy-0.3.1
   platform Python 3.6.0, pytest-2.9.1, py-1.4.31, pluggy-0.3.1
   rootdir: /Users/stevepiercy/projects/pyramidtut/tutorial, inifile:
   plugins: cov-2.2.1
   collected 1 items
   tutorial/tests.py .
   ------------------ coverage: platform Python 3.5.1 ------------------
   ------------------ coverage: platform Python 3.6.0 ------------------
   Name                   Stmts   Miss  Cover   Missing
   ----------------------------------------------------
   tutorial/__init__.py      12      7    42%   7-8, 14-18