From 83d230383690c5e5479fac2e5ff1bff33c93b3ff Mon Sep 17 00:00:00 2001 From: Philip Wellnitz Date: Fri, 27 Sep 2019 19:56:46 +0900 Subject: [PATCH] travis: small adjustments --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0f4deb9..0cd1c563 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: tests/test.sh jobs: include: - stage: Recent Python - - python: "3.7" + python: "3.7" - stage: PyPy python: "pypy" - python: "pypy3" @@ -28,5 +28,4 @@ jobs: python: "3.4" - python: "3.5" - python: "3.6" - # vim: et