travis: update build environ, add python 3.7, rm archaic py

This commit is contained in:
Philip Wellnitz 2020-05-26 19:51:40 +09:00
parent c26938a980
commit 61862133fe

View File

@ -1,5 +1,4 @@
sudo: false dist: xenial
dist: trusty
cache: cache:
directories: directories:
- $HOME/.cache/pip - $HOME/.cache/pip
@ -20,14 +19,14 @@ install: tests/install.sh
script: tests/test.sh script: tests/test.sh
jobs: jobs:
include: include:
- stage: Recent Python
- python: "3.7"
- stage: PyPy - stage: PyPy
python: "pypy" python: "pypy"
- python: "pypy3" - python: "pypy3"
- stage: Latest Python - stage: Old Python
python: "3.6" python: "3.4"
- stage: Intermediate versions
python: "3.3"
- python: "3.4"
- python: "3.5" - python: "3.5"
- python: "3.6"
# vim: et # vim: et