We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c8c8c commit a8329a3Copy full SHA for a8329a3
.travis.yml
@@ -10,6 +10,7 @@ python:
10
- "3.6"
11
- "3.5"
12
- "2.7"
13
+ - "3.8-dev"
14
15
cache: pip
16
@@ -39,6 +40,7 @@ after_success:
39
40
matrix:
41
include:
42
- &django_py27
43
+ name: "Django test (Python 2.7)
44
python: "2.7"
45
install:
46
- pip install -U pip
@@ -59,6 +61,7 @@ matrix:
59
61
60
62
- &django_py3
63
<<: *django_py27
64
+ name: "Django test (Python 3.7)"
65
python: "3.7"
66
67
# vim: sw=2 ts=2 sts=2
0 commit comments