summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2012-02-27 17:46:43 -0800
committerMonty Taylor <mordred@inaugust.com>2012-02-28 00:31:21 -0800
commit5816542c0edc35f66fe05e66f2b9621200292c1f (patch)
treea1b45ea03896b78e4bc4d27b23d53111d68fb541 /tox.ini
parent9581809f88b953e361ef3451d410e568b606fcca (diff)
downloadkeystone-5816542c0edc35f66fe05e66f2b9621200292c1f.tar.gz
keystone-5816542c0edc35f66fe05e66f2b9621200292c1f.tar.xz
keystone-5816542c0edc35f66fe05e66f2b9621200292c1f.zip
renaming pip-requires-test to test-requires
* (per request from jeblair) * version of python-ldap match between test and requires * pinned to 2.3.13 to let tests work in macosx * separating dependencies between deps and test * removed python-keystoneclient from install_requires for now. (there is no python-keystoneclient in PyPI) Real solution coming. Change-Id: I89e50d6747fb57dee7badb17bc1231d3619e3ef7
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8779ba73..a1e47136 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,8 +2,9 @@
envlist = py26,py27,pep8
[testenv]
-deps = -r{toxinidir}/tools/pip-requires-test
-commands = nosetests
+deps = -r{toxinidir}/tools/pip-requires
+ -r{toxinidir}/tools/test-requires
+commands = bash run_tests.sh -N --no-pep8
[testenv:pep8]
deps = pep8