summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-07-11 16:24:50 -0400
committerMonty Taylor <mordred@inaugust.com>2013-07-11 16:54:46 -0400
commita71799ea2cbfa1354c786991a85b610753f5474c (patch)
tree11381f15bdd75736cef5cd50978fe9af9560cf7c /README
parent85fe71617f301e2163a97108aaa70de5bfb6b4a5 (diff)
downloadsqalchemy-migrate-a71799ea2cbfa1354c786991a85b610753f5474c.tar.gz
Updated to OpenStack Build stuff.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index c90cde5..19e7c13 100644
--- a/README
+++ b/README
@@ -34,9 +34,9 @@ To run automated tests:
* Copy test_db.cfg.tmpl to test_db.cfg
* Edit test_db.cfg with database connection strings suitable for running tests.
(Use empty databases.)
-* $ pip install -r test-req.pip
+* $ pip install -r requirements.txt -r test-requirements.txt
* $ python setup.py develop
-* $ nosetests
+* $ testr run --parallel
Please report any issues with sqlalchemy-migrate to the issue tracker at
`code.google.com issues