Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
22 lines (16 loc) · 270 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
22 lines (16 loc) · 270 Bytes

Set up your development environment

  1. (Recommended) Use virtualenv
pip install virtualenv
cd pywatson/
virtualenv venv
source venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt

Run tests

py.test