1
0
mirror of https://github.com/openshift/openshift-ansible.git synced 2026-02-05 15:45:57 +01:00
Files
2018-01-25 17:08:54 -05:00
..
2017-09-20 13:04:03 -04:00
2017-07-11 13:28:50 -04:00
2016-10-19 16:46:47 +02:00
2018-01-25 17:08:54 -05:00
2017-03-06 19:40:53 +01:00
2017-03-06 13:53:41 -05:00
2017-03-06 13:53:41 -05:00

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