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 3d29ede commit 74812ffCopy full SHA for 74812ff
.travis.yml
@@ -1,28 +1,14 @@
1
language: python
2
python:
3
- "3.6"
4
- - "3.5"
5
- - "3.4"
6
- - "3.3"
7
- "2.7"
8
env:
9
- DJANGO_VERSION=1.11
10
- - DJANGO_VERSION=1.10
11
- - DJANGO_VERSION=1.9
12
- - DJANGO_VERSION=1.8
13
services:
14
- mysql
15
- postgresql
16
matrix:
17
exclude:
18
- - python: "3.3"
19
- env: DJANGO_VERSION=1.9
20
21
- env: DJANGO_VERSION=1.10
22
23
- env: DJANGO_VERSION=1.11
24
- - python: "3.4"
25
26
- python: "2.7"
27
env: DJANGO_VERSION=1.9
28
0 commit comments