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
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
env:
- DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
- DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
branches:
@ -16,30 +14,14 @@ branches:
matrix:
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"
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"
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
-
python: "3.6"
env: DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
install:
- pip install django==$DJANGO_VERSION