From 2a17cef78ffc7b72028be599772d6fa9c91bbe3e Mon Sep 17 00:00:00 2001 From: taishi-i Date: Sun, 24 Oct 2021 04:52:03 +0900 Subject: [PATCH] Change to travis-ci.com instead of travis-ci.org --- .travis.yml | 2 ++ README.md | 2 +- appveyor.yml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3eab6a..28d1fa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" + - "3.9" install: - python setup.py install - pip install coveralls diff --git a/README.md b/README.md index cf7658c..c9be218 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ --- [![Codacy Badge](https://api.codacy.com/project/badge/Grade/769dd003c7184d4d81dad74fd8a322a1)](https://app.codacy.com/app/taishi-i/nagisa?utm_source=github.com&utm_medium=referral&utm_content=taishi-i/nagisa&utm_campaign=Badge_Grade_Dashboard) -[![Build Status](https://travis-ci.org/taishi-i/nagisa.svg?branch=master)](https://travis-ci.org/taishi-i/nagisa) +[![Build Status](https://travis-ci.com/taishi-i/nagisa.svg?branch=master)](https://travis-ci.org/taishi-i/nagisa) [![Build status](https://ci.appveyor.com/api/projects/status/6k35hmxl1juf1hqf?svg=true)](https://ci.appveyor.com/project/taishi-i/nagisa) [![Coverage Status](https://coveralls.io/repos/github/taishi-i/nagisa/badge.svg?branch=master)](https://coveralls.io/github/taishi-i/nagisa?branch=master) [![Documentation Status](https://readthedocs.org/projects/nagisa/badge/?version=latest)](https://nagisa.readthedocs.io/en/latest/?badge=latest) diff --git a/appveyor.yml b/appveyor.yml index 8e24484..cca6575 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,8 @@ environment: matrix: - PYTHON: "C:\\Python36-x64" - PYTHON: "C:\\Python37-x64" + - PYTHON: "C:\\Python38-x64" + - PYTHON: "C:\\Python39-x64" install: - "%PYTHON%\\python.exe setup.py install"