Skip to content

Commit 6814100

Browse files
committed
Try that again
1 parent 8cf4f5b commit 6814100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ env:
1010
- PIP_DJANGO='Django>=2.0,<2.1'
1111
matrix:
1212
exclude:
13-
- env: PIP_DJANGO="Django>=1.8,<1.9"
13+
- env: PIP_DJANGO='Django>=1.8,<1.9'
1414
python: "3.6"
15-
- env: PIP_DJANGO="Django>=2.0,<2.1"
15+
- env: PIP_DJANGO='Django>=2.0,<2.1'
1616
python: "2.7"
1717
install:
1818
- "pip install $PIP_DJANGO pyyaml coveralls pytest-django"

0 commit comments

Comments
 (0)