2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/89688ce8652e/ Changeset: 89688ce8652e Branch: evvers/add-deps-to-basictxt-example-without-dep-1400352654797 User: evvers Date: 2014-05-17 20:50:58 Summary: Add deps to basic.txt example. Without deps command doesn't work. Affected #: 1 file
diff -r acb4f0db1d405a772c17217b28d87859fc12084e -r 89688ce8652e3f99607e385d4c0ca9eb8aaf1d41 doc/example/basic.txt --- a/doc/example/basic.txt +++ b/doc/example/basic.txt @@ -1,4 +1,3 @@ - Basic usage ============================================= @@ -13,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 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