mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-07 13:41:21 +00:00
#N/A: Use Xenial on TravisCI (#989)
This simplifies and reduces the size of `.travis.yml`.
This commit is contained in:
parent
70b414aca2
commit
ecee70f774
42
.travis.yml
42
.travis.yml
@ -1,37 +1,19 @@
|
|||||||
language: python
|
language: python
|
||||||
sudo: false
|
sudo: false
|
||||||
|
os: linux
|
||||||
|
dist: xenial
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- python: "nightly"
|
||||||
dist: xenial
|
- python: "3.8-dev"
|
||||||
python: "nightly"
|
- python: "3.8"
|
||||||
- os: linux
|
- python: "3.7-dev"
|
||||||
dist: xenial
|
- python: "3.7"
|
||||||
python: "3.8-dev"
|
- python: "3.6-dev"
|
||||||
- os: linux
|
- python: "3.6"
|
||||||
dist: xenial
|
- python: "3.5"
|
||||||
python: "3.8"
|
- python: "3.4"
|
||||||
- os: linux
|
- python: "2.7"
|
||||||
dist: xenial
|
|
||||||
python: "3.7-dev"
|
|
||||||
- os: linux
|
|
||||||
dist: xenial
|
|
||||||
python: "3.7"
|
|
||||||
- os: linux
|
|
||||||
dist: trusty
|
|
||||||
python: "3.6-dev"
|
|
||||||
- os: linux
|
|
||||||
dist: trusty
|
|
||||||
python: "3.6"
|
|
||||||
- os: linux
|
|
||||||
dist: trusty
|
|
||||||
python: "3.5"
|
|
||||||
- os: linux
|
|
||||||
dist: trusty
|
|
||||||
python: "3.4"
|
|
||||||
- os: linux
|
|
||||||
dist: trusty
|
|
||||||
python: "2.7"
|
|
||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user