summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-01-25 10:52:13 -0800
committerGitHub <noreply@github.com>2020-01-25 10:52:13 -0800
commite918bfd49c4426fae41bfd8e658333321a6a65e6 (patch)
tree058b30640e38bba9156012697d76e601ba1b6f08
parent3c8614dcb488991c1659d5e337f4f6d6338ada8b (diff)
parent5cee790c926ebd1384322d301506cb8605dbd730 (diff)
downloadmarkupsafe-e918bfd49c4426fae41bfd8e658333321a6a65e6.tar.gz
Merge pull request #112 from cclauss/patch-1
Travis CI: Add Python 3.8 and the current pypy3
-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: