improve development instructions

This commit is contained in:
2017-05-29 23:41:48 -04:00
parent 310d7f8a9b
commit 3ca2722802
+1 -1
View File
@@ -27,7 +27,7 @@ You'll need to install py.test in order to run the Requests' test suite::
$ source .venv/bin/activate
$ make
$ py.test tests
$ python setup.py test
============================= test session starts ==============================
platform darwin -- Python 3.4.4, pytest-3.0.6, py-1.4.32, pluggy-0.4.0
...