summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2015-10-20 23:19:18 -0600
committerBert JW Regeer <bertjw@regeer.org>2015-10-20 23:19:18 -0600
commit18e54fe9619fd8b2aa6006126fc1c2840e32f2c1 (patch)
treeea26bbfd681ae5d821f2cde9ac5cbe2e80f5c714 /HACKING.txt
parentbf40a3920278b3e7a01ef5403196b35f45cfcb3c (diff)
parentd4221720b8409eafb65b301562be327af0196c7e (diff)
downloadpyramid-18e54fe9619fd8b2aa6006126fc1c2840e32f2c1.tar.gz
pyramid-18e54fe9619fd8b2aa6006126fc1c2840e32f2c1.tar.bz2
pyramid-18e54fe9619fd8b2aa6006126fc1c2840e32f2c1.zip
Merge branch 'master' of github.com:Pylons/pyramid into feature/configurable-view-deriver
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index b82041c71..d0f9a769e 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -189,7 +189,7 @@ Running Tests
Run the tests like so::
$ $VENV/bin/easy_install pytest
- $ py.test --strict pyramid/
+ $ $VENV/bin/py.test --strict pyramid/
- Functional tests related to the "scaffolds" (starter, zodb, alchemy) which
create a virtualenv, install the scaffold package and its dependencies, start