Removed all Python 2.x testing
parent
493db1e75a
commit
d81790a387
18
.travis.yml
18
.travis.yml
|
|
@ -1,13 +1,11 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
|
|
||||||
- DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
- DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
|
|
@ -16,30 +14,14 @@ branches:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
-
|
|
||||||
python: "2.7"
|
|
||||||
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
|
||||||
|
|
||||||
-
|
|
||||||
python: "3.4"
|
|
||||||
env: DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
|
|
||||||
|
|
||||||
-
|
-
|
||||||
python: "3.4"
|
python: "3.4"
|
||||||
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
||||||
|
|
||||||
-
|
|
||||||
python: "3.5"
|
|
||||||
env: DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
|
|
||||||
|
|
||||||
-
|
-
|
||||||
python: "3.5"
|
python: "3.5"
|
||||||
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
||||||
|
|
||||||
-
|
|
||||||
python: "3.6"
|
|
||||||
env: DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install django==$DJANGO_VERSION
|
- pip install django==$DJANGO_VERSION
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue