Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a8329a3

Browse filesBrowse files
authored
travis: use build names (PyMySQL#378)
1 parent 62c8c8c commit a8329a3
Copy full SHA for a8329a3

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ python:
1010
- "3.6"
1111
- "3.5"
1212
- "2.7"
13+
- "3.8-dev"
1314

1415
cache: pip
1516

@@ -39,6 +40,7 @@ after_success:
3940
matrix:
4041
include:
4142
- &django_py27
43+
name: "Django test (Python 2.7)
4244
python: "2.7"
4345
install:
4446
- pip install -U pip
@@ -59,6 +61,7 @@ matrix:
5961

6062
- &django_py3
6163
<<: *django_py27
64+
name: "Django test (Python 3.7)"
6265
python: "3.7"
6366

6467
# vim: sw=2 ts=2 sts=2

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.