- Remove relative calls to pip, python (assume virtualenv activated or otherwise "safe" global env)
- Full define development and documentation requirements in requirements.txt
``make test-dep`` installs documentation dependencies too, hopefully that's not too annoying.
This means development process for documentation and code can begin with:
virtualenv .
source bin/activate
pip install -r requirements.txt
This Makefile completely automates my pre-release testing routine which typically occurs only in Python 2.7, but gives me a "good enough" view of the status quo.