RETIRED, Part of OpenStack's Oslo project. New Oslo APIs go through an incubation phase in this repository before being released as part of a proper Python library.
93aacfa8ef
Fixes bug 1100403 Version 1.1 of pip dropped the -E option. It's not necessary anyway since running pip in a correctly setup virtualenv will automatically do the right thing. Change-Id: Ifec9f27b8dc169d594125a0808126abe77ed42e7 |
||
---|---|---|
bin | ||
doc/source | ||
etc | ||
openstack | ||
pypi | ||
tests | ||
tools | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
HACKING.rst | ||
MANIFEST.in | ||
README | ||
setup.cfg | ||
setup.py | ||
tox.ini | ||
update.py | ||
update.sh |
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