1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/ecb9ea7c250f/
Changeset:   ecb9ea7c250f
User:        hpk42
Date:        2014-06-01 10:52:29
Summary:     Merged in 
evvers/tox/evvers/add-deps-to-basictxt-example-without-dep-1400352654797 (pull 
request #108)

Add deps to basic.txt example.
Affected #:  1 file

diff -r cf69f64f76de4146dec09a12dddac4455d4690c6 -r 
ecb9ea7c250f48456dafde8f98216b699d77133d doc/example/basic.txt
--- a/doc/example/basic.txt
+++ b/doc/example/basic.txt
@@ -12,6 +12,7 @@
     [tox]
     envlist = py26,py27
     [testenv]
+    deps=pytest # or 'nose' or ...
     commands=py.test  # or 'nosetests' or ...
 
 To sdist-package, install and test your project, you can

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

Reply via email to