Build the enviroment
cd venv
./create_env.sh python3 # to use python 3
./create_env.sh python2.7 # to use python 2.7
How to run the tests
cd ray-core # or any other dir
py.test tests/
If you wanna check the test coverage
cd ray-core
nosetests --tests=tests --with-coverage --cover-package=ray
Please, follow the PEP 8 style guide, but also, check the pep8 file, because some rules are not followed.