Skip to content

Commit caa064a

Browse files
author
Evan Borgstrom
committed
Fix typo
1 parent 341142c commit caa064a

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
@@ -23,10 +23,10 @@ matrix:
2323
env: DJANGO=Django==1.8
2424

2525
- python: 3.5
26-
env: DJANGO=Django=1.6
26+
env: DJANGO=Django==1.6
2727

2828
- python: 3.5
29-
env: DJANGO=Django=1.7
29+
env: DJANGO=Django==1.7
3030

3131
install:
3232
- pip install -q -e .

0 commit comments

Comments
 (0)