[Pytest-commit] commit/tox: hpk42: Merged in stevepiercy/tox/stevepiercy/grammar-fixes-1430426650165 (pull request #149)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun May 3 13:08:33 CEST 2015


1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/a0c25fab52d7/
Changeset:   a0c25fab52d7
User:        hpk42
Date:        2015-05-03 11:08:30+00:00
Summary:     Merged in stevepiercy/tox/stevepiercy/grammar-fixes-1430426650165 (pull request #149)

grammar fixes
Affected #:  1 file

diff -r 273d12589a2548f4a0603da9d82ade8a284d4196 -r a0c25fab52d76a62bafba137710ab8ec4e57c9e2 doc/example/general.txt
--- a/doc/example/general.txt
+++ b/doc/example/general.txt
@@ -147,8 +147,8 @@
 Avoiding expensive sdist
 ------------------------
 
-Some projects are large enough that running and sdist, followed by
-an install everytime can be prohibitively costly. To solve this,
+Some projects are large enough that running an sdist, followed by
+an install every time can be prohibitively costly. To solve this,
 there are two different options you can add to the ``tox`` section. First,
 you can simply ask tox to please not make an sdist::
 
@@ -156,7 +156,7 @@
     skipsdist=True
 
 If you do this, your local software package will not be installed into
-the virtualenv. You should probably be ok with that, or take steps
+the virtualenv. You should probably be okay with that, or take steps
 to deal with it in your commands section::
 
     [testenv]
@@ -164,7 +164,8 @@
         python setup.py develop
         py.test
 
-Running setup.py develop is a common enough model that it has its own option::
+Running ``setup.py develop`` is a common enough model that it has its own
+option::
 
     [testenv]
     usedevelop=True

Repository URL: https://bitbucket.org/hpk42/tox/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list