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 d51a51e commit 9acfea3Copy full SHA for 9acfea3
.travis.yml
@@ -7,9 +7,9 @@ python:
7
- "3.4"
8
- "3.5"
9
env:
10
- - DJANGO='Django>=1.4,<1.5' SKIP='3.3 3.4,3.5'
11
- - DJANGO='Django>=1.5,<1.6' SKIP='3.3 3.4,3.5'
12
- - DJANGO='Django>=1.6,<1.7' SKIP='3.4,3.5'
+ - DJANGO='Django>=1.4,<1.5' SKIP='3.3 3.4 3.5'
+ - DJANGO='Django>=1.5,<1.6' SKIP='3.3 3.4 3.5'
+ - DJANGO='Django>=1.6,<1.7' SKIP='3.4 3.5'
13
- DJANGO='Django>=1.7,<1.8' SKIP='2.6'
14
- DJANGO='Django>=1.8,<1.9' SKIP='2.6'
15
install:
0 commit comments