summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2019-10-28 11:57:23 +0100
committerGitHub <noreply@github.com>2019-10-28 11:57:23 +0100
commit5cee790c926ebd1384322d301506cb8605dbd730 (patch)
tree058b30640e38bba9156012697d76e601ba1b6f08
parent3c8614dcb488991c1659d5e337f4f6d6338ada8b (diff)
downloadmarkupsafe-5cee790c926ebd1384322d301506cb8605dbd730.tar.gz
Travis CI: Add Python 3.8 and the current pypy3
Travis CI has deprecated the `sudo:` tag.
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index eac6fcf..43de69c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,20 +2,19 @@ os: linux
dist: xenial
language: python
python:
+ - "3.8"
- "3.7"
- "3.6"
- "3.5"
- - "3.4"
- "2.7"
- "nightly"
- - "pypy3.5-6.0"
+ - "pypy3"
env: TOXENV=py,codecov
matrix:
include:
- env: TOXENV=stylecheck,docs-html
- stage: wheel
- sudo: required
services:
- docker
install:
@@ -45,7 +44,7 @@ matrix:
deploy: *wheel_deploy
allow_failures:
- python: nightly
- - python: pypy3.5-6.0
+ - python: pypy3
fast_finish: true
stages: