Remove Python 3.4 from the build matrix
This commit is contained in:
+2
-5
@@ -1,9 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
|
- "3.8"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
- DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
||||||
@@ -14,10 +15,6 @@ branches:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
-
|
|
||||||
python: "3.4"
|
|
||||||
env: DJANGO_VERSION=3.0.0 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
|
||||||
|
|||||||
Reference in New Issue
Block a user