Skip to content

Som-Energia/helpscout_webhooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation & Usage

Install pipenv

sudo -H pip install pipenv

Install project dependencies

pipenv install

Run server

pipenv run python run.py

Run tests

pipenv run python -m unittest discover -p *_test.py

Changelog

v2.0.0

v1.0.0