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:
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