Skip to content

Commit 229b929

Browse files
authored
Merge pull request #373 from jdufresne/nose
Remove recommendation of using unmaintained nose
2 parents 5a67b07 + 7179659 commit 229b929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/futurize_cheatsheet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Step 0: setup
1313
Step 0 goal: set up and see the tests passing on Python 2 and failing on Python 3.
1414

1515
a. Clone the package from github/bitbucket. Optionally rename your repo to ``package-future``. Examples: ``reportlab-future``, ``paramiko-future``, ``mezzanine-future``.
16-
b. Create and activate a Python 2 conda environment or virtualenv. Install the package with ``python setup.py install`` and run its test suite on Py2.7 or Py2.6 (e.g. ``python setup.py test`` or ``py.test`` or ``nosetests``)
16+
b. Create and activate a Python 2 conda environment or virtualenv. Install the package with ``python setup.py install`` and run its test suite on Py2.7 or Py2.6 (e.g. ``python setup.py test`` or ``py.test``)
1717
c. Optionally: if there is a ``.travis.yml`` file, add Python version 3.6 and remove any versions < 2.6.
1818
d. Install Python 3 with e.g. ``sudo apt-get install python3``. On other platforms, an easy way is to use `Miniconda <http://repo.continuum.io/miniconda/index.html>`_. Then e.g.::
1919

0 commit comments

Comments
 (0)