Michael Gugino 4b8f66c37b Cleanup old deployment types vor 7 Jahren
..
docs 4b8f66c37b Cleanup old deployment types vor 7 Jahren
etc b39cad5897 ansible.cfg: improve ssh ControlPath vor 7 Jahren
site_assets 5bfa7e8da7 Fix typos vor 8 Jahren
src 2fa5738e80 Display "origin 3.6" as in previous installer 3.5 vor 7 Jahren
test 29520b2f41 Remove commented-out test code vor 8 Jahren
.gitignore c959f9dcf9 Fix PyLint errors discovered when upgrading to newer version vor 8 Jahren
README.md 3151e4f8c4 Update docs for test consolidation and remove the Makefile vor 8 Jahren
setup.cfg fda3b434b7 Consolidate root/utils tests vor 8 Jahren
setup.py fda3b434b7 Consolidate root/utils tests vor 8 Jahren

README.md

Running Tests

All tests can be run by running tox. See running tests for more information.

Running From Source

You will need to setup a virtualenv to run from source:

$ virtualenv oo-install
$ source oo-install/bin/activate
$ python setup.py develop

The virtualenv bin directory should now be at the start of your $PATH, and oo-install is ready to use from your shell.

You can exit the virtualenv with:

$ deactivate