Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gabriel Silva Vinha
codespeed
Commits
76132b9c
Commit
76132b9c
authored
Aug 01, 2017
by
Miquel Torres
Browse files
Set django env var globally on travis
parent
4e883e75
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
76132b9c
...
...
@@ -6,9 +6,11 @@ branches:
only
:
-
master
env
:
-
DJANGO_VERSION=1.8.18
-
DJANGO_VERSION=1.9.13
-
DJANGO_SETTINGS_MODULE=sample_project.settings
global
:
-
DJANGO_SETTINGS_MODULE=sample_project.settings
matrix
:
-
DJANGO_VERSION=1.8.18
-
DJANGO_VERSION=1.9.13
install
:
-
pip install flake8
-
pip install -q Django==$DJANGO_VERSION
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment