Skip to content

Commit 9b45f8a

Browse files
committed
fine tune the test targets
1 parent 4e42080 commit 9b45f8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ python:
1414
matrix:
1515
exclude:
1616
- python: 3.3
17-
env: DJANGO_VERSION=1.9
17+
env: DJANGO_VERSION=1.9
1818
- python: 3.5
19-
env: DJANGO_VERSION=1.7.8
19+
env: DJANGO_VERSION=1.7.8
2020
- python: 3.5
21-
env: DJANGO_VERSION=1.8.2
21+
env: DJANGO_VERSION=1.8.2
2222
install:
2323
- pip install Django==$DJANGO_VERSION
2424
- pip install -r requirements.txt

0 commit comments

Comments
 (0)