Travis has released Xenial support (#6322)

This commit is contained in:
Ryan P Kilby 2018-11-20 23:45:04 -08:00 committed by GitHub
parent 2084555fbe
commit 9b7db8dd69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
language: python
cache: pip
dist: xenial
sudo: false
@ -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