Skip to content

Commit 9b7db8d

Browse files
authored
Travis has released Xenial support (encode#6322)
1 parent 2084555 commit 9b7db8d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
cache: pip
3+
dist: xenial
34

45
sudo: false
56

@@ -21,15 +22,15 @@ matrix:
2122
- { python: "3.6", env: DJANGO=2.1 }
2223
- { python: "3.6", env: DJANGO=master }
2324

24-
- { python: "3.7", env: DJANGO=2.0, dist: xenial, sudo: true }
25-
- { python: "3.7", env: DJANGO=2.1, dist: xenial, sudo: true }
26-
- { python: "3.7", env: DJANGO=master, dist: xenial, sudo: true }
25+
- { python: "3.7", env: DJANGO=2.0 }
26+
- { python: "3.7", env: DJANGO=2.1 }
27+
- { python: "3.7", env: DJANGO=master }
2728

28-
- { python: "3.6", env: TOXENV=base }
29+
- { python: "3.7", env: TOXENV=base }
2930
- { python: "2.7", env: TOXENV=lint }
3031
- { python: "2.7", env: TOXENV=docs }
3132

32-
- python: "3.6"
33+
- python: "3.7"
3334
env: TOXENV=dist
3435
script:
3536
- python setup.py bdist_wheel

0 commit comments

Comments
 (0)