diff options
| author | Chris McDonough <chrism@plope.com> | 2015-11-04 12:42:50 -0800 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2015-11-04 12:42:50 -0800 |
| commit | 5cd91621668807f9b66811fe57a04fba96e7458a (patch) | |
| tree | f135aa39e3c3a5910c4eaf06764941470038b36a /HACKING.txt | |
| parent | 20d9350e61bc86e019c42b866c0b85cd274438bb (diff) | |
| parent | 5a7e26812a0afd18f6335641e799f6892c970fb5 (diff) | |
| download | pyramid-5cd91621668807f9b66811fe57a04fba96e7458a.tar.gz pyramid-5cd91621668807f9b66811fe57a04fba96e7458a.tar.bz2 pyramid-5cd91621668807f9b66811fe57a04fba96e7458a.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 2 |
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 |
