mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 02:54:29 +08:00
travis: use build names (#378)
This commit is contained in:
@ -10,6 +10,7 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "3.8-dev"
|
||||||
|
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
@ -39,6 +40,7 @@ after_success:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- &django_py27
|
- &django_py27
|
||||||
|
name: "Django test (Python 2.7)
|
||||||
python: "2.7"
|
python: "2.7"
|
||||||
install:
|
install:
|
||||||
- pip install -U pip
|
- pip install -U pip
|
||||||
@ -59,6 +61,7 @@ matrix:
|
|||||||
|
|
||||||
- &django_py3
|
- &django_py3
|
||||||
<<: *django_py27
|
<<: *django_py27
|
||||||
|
name: "Django test (Python 3.7)"
|
||||||
python: "3.7"
|
python: "3.7"
|
||||||
|
|
||||||
# vim: sw=2 ts=2 sts=2
|
# vim: sw=2 ts=2 sts=2
|
||||||
|
Reference in New Issue
Block a user