Skip to content

Commit

Permalink
Travis has released Xenial support (#6322)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkilby authored Nov 21, 2018
1 parent 2084555 commit 9b7db8d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
cache: pip
dist: xenial

sudo: false

Expand All @@ -21,15 +22,15 @@ matrix:
- { python: "3.6", env: DJANGO=2.1 }
- { python: "3.6", env: DJANGO=master }

- { python: "3.7", env: DJANGO=2.0, dist: xenial, sudo: true }
- { python: "3.7", env: DJANGO=2.1, dist: xenial, sudo: true }
- { python: "3.7", env: DJANGO=master, dist: xenial, sudo: true }
- { python: "3.7", env: DJANGO=2.0 }
- { python: "3.7", env: DJANGO=2.1 }
- { python: "3.7", env: DJANGO=master }

- { python: "3.6", env: TOXENV=base }
- { python: "3.7", env: TOXENV=base }
- { python: "2.7", env: TOXENV=lint }
- { python: "2.7", env: TOXENV=docs }

- python: "3.6"
- python: "3.7"
env: TOXENV=dist
script:
- python setup.py bdist_wheel
Expand Down

0 comments on commit 9b7db8d

Please sign in to comment.