12 lines
204 B
Plaintext
12 lines
204 B
Plaintext
Common code for Openstack Projects.
|
|
|
|
To run tests in virtualenvs (preferred):
|
|
|
|
sudo pip install tox
|
|
tox
|
|
|
|
To run tests in the current environment:
|
|
|
|
sudo pip install -r tools/pip-requires
|
|
nosetests
|