2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/3f0fdafd5327/ Changeset: 3f0fdafd5327 Branch: stevepiercy/grammar-fixes-1430426650165 User: stevepiercy Date: 2015-04-30 20:44:12+00:00 Summary: grammar fixes Affected #: 1 file
diff -r 273d12589a2548f4a0603da9d82ade8a284d4196 -r 3f0fdafd5327139825b4a0b6602a0de4f1ac2333 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 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. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit