Removed all Python 2.x testing

master
Brandon Taylor 2020-03-01 12:25:20 -05:00
parent 493db1e75a
commit d81790a387
1 changed files with 0 additions and 18 deletions

View File

@ -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