summaryrefslogtreecommitdiffstats
path: root/README
blob: 04da07ebf34da561711bbd5af0143d481adb3d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
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