This is the deployr.
Install all dependencies via pip
:
$ pip install -r requirements.txt
Start a deployr locally via shell script:
$ ./start_dev_deployr.sh
deployr is using nose for testing.
Simply run:
$ cd deployr
$ nosetests
More info on nose at: https://nose.readthedocs.org/en/latest/
-
pep8:
$ find . | grep ".py"$ | grep -v "misc" \ | xargs pep8 --max-line-length=120