Commit 5bc7faa7909d8c7eebf5e8e96a83f6b11d7c8594

Authored by Sergio Oliveira
1 parent f0596cb4

Fixed travis env vars

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.travis.yml
... ... @@ -7,7 +7,7 @@ python:
7 7  
8 8 env:
9 9 global:
10   - - DJANGO_SETTINGS_MODULE=tests.settings
  10 + - COLAB_SETTINGS=tests/colab_settings.py
11 11  
12 12 install:
13 13 - pip install coveralls flake8 behave behave_django
... ...