Heliosphere is an experimental microservice built on the weppy framework.
Requirements:
- Python 2.7.11
For automated pip and virtual env setup and creation, clone this repository and in your terminal do:
. ./setup.sh
python run.py
Otherwise, do:
pip install -r requirements.txt
python run.py
Run:
py.test --cov=heliosphere tests