mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Install Meteor in Travis-CI.
This commit is contained in:
parent
02b6c39265
commit
8c56711d16
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ env:
|
|||
- TOXENV="pypy-django1.8"
|
||||
- TOXENV="pypy-django1.9"
|
||||
|
||||
before_install:
|
||||
- curl https://install.meteor.com/ | sh
|
||||
|
||||
install:
|
||||
- pip install -U tox coveralls setuptools
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue