Merge branch 'issue107' into devel

This commit is contained in:
John Evans 2013-08-21 12:14:25 -04:00
commit 6d56f1e12a

View file

@ -12,6 +12,11 @@ before_install:
# command to install dependencies
install:
- pip install . --use-mirrors
# command to run tests
script:
- "python -m unittest discover"
notifications:
email:
- john.g.evans.ne@gmail.com