travis: small adjustments

This commit is contained in:
Philip Wellnitz 2019-09-27 19:56:46 +09:00
parent 61862133fe
commit 83d2303836

View File

@ -20,7 +20,7 @@ script: tests/test.sh
jobs: jobs:
include: include:
- stage: Recent Python - stage: Recent Python
- python: "3.7" python: "3.7"
- stage: PyPy - stage: PyPy
python: "pypy" python: "pypy"
- python: "pypy3" - python: "pypy3"
@ -28,5 +28,4 @@ jobs:
python: "3.4" python: "3.4"
- python: "3.5" - python: "3.5"
- python: "3.6" - python: "3.6"
# vim: et # vim: et