1 new commit in pytest:

https://bitbucket.org/pytest-dev/pytest/commits/d00b13a069c1/
Changeset:   d00b13a069c1
Branch:      parametrized-fixture-override
User:        bubenkoff
Date:        2015-03-02 21:07:42+00:00
Summary:     update regendocs
Affected #:  1 file

diff -r cca9e94489f0ffa7d0b18ceb8dbbef2696377f29 -r 
d00b13a069c1f97b95ac9b45913c6a5e8f6b7bba Makefile
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,10 @@
 
 # generate documentation
 docs: develop
+       find doc/en -name '*.txt' -not -path 'doc/en/_build/*' | xargs 
.env/bin/regendoc
        cd doc/en; make html
-       find doc/en/ -name '*.txt' | xargs .env/bin/regendoc
 
 # upload documentation
 upload-docs: develop
+       find doc/en -name '*.txt' -not -path 'doc/en/_build/*' | xargs 
.env/bin/regendoc --update
        cd doc/en; make install

Repository URL: https://bitbucket.org/pytest-dev/pytest/

--

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

Reply via email to