We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e883e7 commit 76132b9Copy full SHA for 76132b9
1 file changed
.travis.yml
@@ -6,9 +6,11 @@ branches:
6
only:
7
- master
8
env:
9
- - DJANGO_VERSION=1.8.18
10
- - DJANGO_VERSION=1.9.13
11
- - DJANGO_SETTINGS_MODULE=sample_project.settings
+ global:
+ - DJANGO_SETTINGS_MODULE=sample_project.settings
+ matrix:
12
+ - DJANGO_VERSION=1.8.18
13
+ - DJANGO_VERSION=1.9.13
14
install:
15
- pip install flake8
16
- pip install -q Django==$DJANGO_VERSION
0 commit comments