mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Travis has released Xenial support (#6322)
This commit is contained in:
parent
2084555fbe
commit
9b7db8dd69
11
.travis.yml
11
.travis.yml
|
@ -1,5 +1,6 @@
|
||||||
language: python
|
language: python
|
||||||
cache: pip
|
cache: pip
|
||||||
|
dist: xenial
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
@ -21,15 +22,15 @@ matrix:
|
||||||
- { python: "3.6", env: DJANGO=2.1 }
|
- { python: "3.6", env: DJANGO=2.1 }
|
||||||
- { python: "3.6", env: DJANGO=master }
|
- { python: "3.6", env: DJANGO=master }
|
||||||
|
|
||||||
- { python: "3.7", env: DJANGO=2.0, dist: xenial, sudo: true }
|
- { python: "3.7", env: DJANGO=2.0 }
|
||||||
- { python: "3.7", env: DJANGO=2.1, dist: xenial, sudo: true }
|
- { python: "3.7", env: DJANGO=2.1 }
|
||||||
- { python: "3.7", env: DJANGO=master, dist: xenial, sudo: true }
|
- { 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=lint }
|
||||||
- { python: "2.7", env: TOXENV=docs }
|
- { python: "2.7", env: TOXENV=docs }
|
||||||
|
|
||||||
- python: "3.6"
|
- python: "3.7"
|
||||||
env: TOXENV=dist
|
env: TOXENV=dist
|
||||||
script:
|
script:
|
||||||
- python setup.py bdist_wheel
|
- python setup.py bdist_wheel
|
||||||
|
|
Loading…
Reference in New Issue
Block a user