Add `pip install -e' to appease travis.

This commit is contained in:
Dave Shawley 2016-08-09 15:21:27 -04:00
parent a08d3cfc33
commit 50d4cada87

View file

@ -1,6 +1,8 @@
language: python language: python
python: python:
- '3.4' - '3.4'
install:
- pip install -e .
script: '' script: ''
deploy: deploy:
provider: pypi provider: pypi