Jim Rollenhagen 65fbc0d664 Use constraints for all the things
This configures tox to use upper-constraints for everything.

Change-Id: I77f8d86e8791c3853534c95f52c88594c428ba8d
2016-08-19 08:14:55 -04:00
2016-08-19 08:14:55 -04:00
2015-04-01 06:52:21 -07:00
2015-03-27 10:01:11 +01:00
2015-02-26 04:15:08 -08:00
2015-02-26 04:15:08 -08:00
2015-09-17 12:12:30 +00:00
2015-02-26 04:15:08 -08:00
2016-08-19 08:14:55 -04:00

ironic_lib

Overview

A common library to be used by various projects in the Ironic ecosystem.

Running Tests

To run tests in virtualenvs (preferred):

sudo pip install tox
tox

To run tests in the current environment:

sudo pip install -r requirements.txt
nosetests
Description
A python library of common ironic utilities.
Readme 7.8 MiB