doc: mention --without-postgresql-tests in the README file (#5560)

This commit is contained in:
Frédéric Péters 2014-10-06 13:44:51 +02:00
parent eda9cf94d5
commit 17c8859b63
1 changed files with 4 additions and 1 deletions

5
README
View File

@ -26,7 +26,10 @@ First you need to install py.test, you can use pip:
Then you need to run the tests
PYTHONPATH=$(pwd) py.test --run-postgresql tests/
PYTHONPATH=$(pwd) py.test tests/
It is possible to pass a --without-postgresql-tests parameter to skip the
PostgreSQL tests.
Copyright
---------