summaryrefslogtreecommitdiff
path: root/doc/example/pytest.txt
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-11-27 15:47:03 +0100
committerholger krekel <holger@merlinux.eu>2010-11-27 15:47:03 +0100
commit431fff68fc757db79c1ab24d8b5ceb92301a65e3 (patch)
treeb3677057d05096cb5395ede878d1c619e653063b /doc/example/pytest.txt
parent4c6e411f559f642ce8adf3cab771fc369127c130 (diff)
downloadtox-431fff68fc757db79c1ab24d8b5ceb92301a65e3.tar.gz
fix a test, fix docs
Diffstat (limited to 'doc/example/pytest.txt')
-rw-r--r--doc/example/pytest.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/example/pytest.txt b/doc/example/pytest.txt
index bca12ac..c4e3fc9 100644
--- a/doc/example/pytest.txt
+++ b/doc/example/pytest.txt
@@ -20,7 +20,7 @@ and the following ``tox.ini`` content::
envlist = py26,py31
[testenv]
- deps=py # PYPI package providing py.test
+ deps=pytest # PYPI package providing py.test
commands=
py.test \
[] # substitute with tox' positional arguments
@@ -45,7 +45,7 @@ and the following ``tox.ini`` content::
envlist = py26,py31
[testenv]
changedir=tests
- deps=py
+ deps=pytest
commands=
py.test \
--basetemp={envtmpdir} \ # py.test tempdir setting