======= Testing ======= Install 'tox' package first: $ pip install git+git://github.com/tox-dev/tox.git@2.9.1#egg=tox Run 'pep8' checks: $ tox -e pep8 Run 'functional' tests: $ tox -e functional -- glusto -c /path/to/config.yaml --pytest='-v -s tests'