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 8cf4f5b commit 6814100Copy full SHA for 6814100
.travis.yml
@@ -10,9 +10,9 @@ env:
10
- PIP_DJANGO='Django>=2.0,<2.1'
11
matrix:
12
exclude:
13
- - env: PIP_DJANGO="Django>=1.8,<1.9"
+ - env: PIP_DJANGO='Django>=1.8,<1.9'
14
python: "3.6"
15
- - env: PIP_DJANGO="Django>=2.0,<2.1"
+ - env: PIP_DJANGO='Django>=2.0,<2.1'
16
python: "2.7"
17
install:
18
- "pip install $PIP_DJANGO pyyaml coveralls pytest-django"
0 commit comments