oh, so that's what env does

pull/86/head
eric 2018-05-24 12:16:51 -04:00
parent d9aa6893b3
commit 303fcf44c4
1 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,9 @@ services:
- mysql
env:
- DJANGO_SETTINGS_MODULE=regluit.settings.travis
- PYTHONPATH=~
global:
- DJANGO_SETTINGS_MODULE=regluit.settings.travis
- PYTHONPATH=~
before_install: