Update Travis script to run example.py for now

This commit is contained in:
Jason Paryani 2013-08-12 17:36:18 -07:00
parent 5a1349d0cb
commit c9090a653e

View file

@ -24,4 +24,4 @@ before_install:
install:
- pip install --editable .
script: true
script: cd examples && python example.py