mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 14:48:49 +00:00
#N/A: Add Python dev releases to TravisCI pipeline
Inspired by Brett Cannon's advise [1]. 1: https://snarky.ca/how-to-use-your-project-travis-to-help-test-python-itself/
This commit is contained in:
parent
d9ae51d531
commit
00295f80b9
17
.travis.yml
17
.travis.yml
@ -2,9 +2,21 @@ language: python
|
||||
sudo: false
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: xenial
|
||||
python: "nightly"
|
||||
- os: linux
|
||||
dist: xenial
|
||||
python: "3.8-dev"
|
||||
- os: linux
|
||||
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"
|
||||
@ -19,6 +31,11 @@ matrix:
|
||||
python: "2.7"
|
||||
- os: osx
|
||||
language: generic
|
||||
allow_failures:
|
||||
- python: nightly
|
||||
- python: 3.8-dev
|
||||
- python: 3.7-dev
|
||||
- python: 3.6-dev
|
||||
services:
|
||||
- docker
|
||||
addons:
|
||||
|
Loading…
x
Reference in New Issue
Block a user