Skip to content

Commit 73af8af

Browse files
author
Ryan P Kilby
committed
Use Ubuntu Trusty for Python 3.4 builds
see: travis-ci/travis-ci#9782
1 parent b537bb9 commit 73af8af

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,8 +10,8 @@ matrix:
1010
include:
1111
- { python: "2.7", env: DJANGO=1.11 }
1212

13-
- { python: "3.4", env: DJANGO=1.11 }
14-
- { python: "3.4", env: DJANGO=2.0 }
13+
- { python: "3.4", env: DJANGO=1.11, dist: trusty}
14+
- { python: "3.4", env: DJANGO=2.0, dist: trusty }
1515

1616
- { python: "3.5", env: DJANGO=1.11 }
1717
- { python: "3.5", env: DJANGO=2.0 }

0 commit comments

Comments
 (0)