diff options
author | 2018-05-30 22:59:24 +0100 | |
---|---|---|
committer | 2018-05-30 22:59:24 +0100 | |
commit | 5e16383ce6df09bd1147f5470e63fe2daa178581 (patch) | |
tree | 1bc1a3766c3cf5a922d01ac0333a10b6ed94d18b /.travis.yml | |
parent | Travis should probably run rabbitmq (diff) |
Attempt to fix travis build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e7c9c991..587ecfd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ env: global: - PIPENV_VENV_IN_PROJECT=1 - PIPENV_IGNORE_VIRTUALENVS=1 + - RABBITMQ_HOST=localhost install: - pip install pipenv |