Adding scaffolding and example testing file.

This commit is contained in:
Jeff Ammons 2016-04-15 12:18:31 -07:00
parent 22fb111bd5
commit 7d81a404ed
5 changed files with 47 additions and 0 deletions

3
requirements-dev.txt Normal file
View file

@ -0,0 +1,3 @@
pytest>=2.8.2
pytest-pythonpath>=0.3
tox>=1.8.0