Update .travis.yml

* Test with Python 3.7
* Use xenial
This commit is contained in:
INADA Naoki
2018-11-05 20:55:16 +09:00
committed by GitHub
parent e7fddaea24
commit 413d3da22e

View File

@@ -1,10 +1,12 @@
sudo: required
dist: trusty
dist: xenial
language: python
# See aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/
python:
- "nightly"
- "pypy-5.3.1"
- "3.6-dev"
- "pypy3.5"
- "pypy2.7-5.10.0"
- "3.7"
- "3.6"
- "3.5"
- "3.4"
@@ -35,5 +37,4 @@ script:
after_succes:
- codecov
# vim: sw=2 ts=2 sts=2