Install Meteor in Travis-CI.

This commit is contained in:
Tyson Clugg 2015-12-17 00:01:32 +11:00
parent 02b6c39265
commit 8c56711d16

View file

@ -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