diff --git a/.travis.yml b/.travis.yml index 2e7ea90aacf..a703540b4a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python sudo: false python: - - "2.7" - "3.4" - "3.5" - "3.6" @@ -29,8 +28,6 @@ matrix: allow_failures: - python: "3.4" env: DJANGO="2.0" - - python: "3.4" - env: DJANGO="master" - python: "3.5" env: DJANGO="2.0" - python: "3.5" @@ -40,11 +37,9 @@ matrix: - python: "3.6" env: DJANGO="master" exclude: - - python: "2.7" - env: DJANGO="2.0" - - python: "2.7" + - python: "3.4" env: DJANGO="master" after_success: - codecov services: - - postgresql \ No newline at end of file + - postgresql diff --git a/tox.ini b/tox.ini index 20fa1dbee70..369725c831b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{27,34,35,36}-django{111}, py{34,35,36}-django{20,_master} +envlist = py{34,35,36}-django{111,20,_master} skipsdist = True [testenv] @@ -16,7 +16,6 @@ commands = [travis] python = - 2.7: py27 3.4: py34 3.5: py35 3.6: py36