Commit e3f43a3241874b4c82237dcd1bad231ed644f4e5

Authored by Macartur Sousa
Committed by Sergio Oliveira
1 parent 66b87892

Added env DJANDO_SETTINGS and COLAB_SETTINGS

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
@@ -5,6 +5,9 @@ cache: apt @@ -5,6 +5,9 @@ cache: apt
5 python: 5 python:
6 - "2.7" 6 - "2.7"
7 7
  8 +env:
  9 + - DJANGO_SETTINGS_MODULE=tests.settings COLAB_SETTINGS=tests/settings.yaml
  10 +
8 install: 11 install:
9 - pip install coveralls flake8 12 - pip install coveralls flake8
10 - pip install . 13 - pip install .