Add Meteor to path for Travis-CI.

This commit is contained in:
Tyson Clugg 2015-12-17 00:05:32 +11:00
parent 8c56711d16
commit 3e4a717b9f

View file

@ -26,7 +26,7 @@ install:
- pip install -U tox coveralls setuptools
script:
- tox
- PATH="$HOME/.meteor:$PATH" tox
after_success:
coveralls