mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
Update .travis.yml
* Test with Python 3.7 * Use xenial
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user