diff options
author | Sergey Lukjanov <slukjanov@mirantis.com> | 2013-11-20 20:01:26 +0400 |
---|---|---|
committer | Sergey Lukjanov <slukjanov@mirantis.com> | 2013-11-26 18:26:43 +0400 |
commit | 82e42db1779033b30bf3b3679ddd8eec7b9ca896 (patch) | |
tree | 8a176d91e72d681544b216930352d1b0f687290d /tox.ini | |
parent | b0771ff7a5a1ebf9c72300d66fe736790a793135 (diff) | |
download | python-saharaclient-82e42db1779033b30bf3b3679ddd8eec7b9ca896.tar.gz |
Run tests using testrepository
Change-Id: Ieac2b6d4aa4f8d6f0bb17c8dcb0999f0913fa3e4
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -16,9 +16,10 @@ setenv = NOSE_OPENSTACK_SHOW_ELAPSED=1 NOSE_OPENSTACK_STDOUT=1 NOSE_XUNIT=1 -deps = -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt -commands = nosetests {posargs} +deps = + -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt +commands = python setup.py test --slowest --testr-args="{posargs}" [testenv:cover] setenv = NOSE_WITH_COVERAGE=1 |