mirror of
https://github.com/sprockets/sprockets.mixins.avro-publisher.git
synced 2024-11-25 11:19:51 +00:00
Add `pip install -e' to appease travis.
This commit is contained in:
parent
a08d3cfc33
commit
50d4cada87
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue