Buildout
========

repoze.cssutils can be evaluated using the buildout provided::

  python bootstrap.py
  ./bin/buildout

An interpreter is available::

  ./bin/interpreter


Running nose tests
==================

Nose tests can be run using::

  ./bin/nosetests

or::

  ./bin/interpreter setup.py nosetests

Basic configuration options for nosetests have been set in setup.cfg. Refer 
to the documention for configuration options::

  http://somethingaboutorange.com/mrl/projects/nose/



