From f163559bd80ee99ea53e23ac0701f48e8400bfcc Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Mon, 29 Jan 2018 00:18:08 -0800 Subject: [PATCH] Remove 3.7 --- .travis.yml | 3 --- tox.ini | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b2f5cc7a..7d56c80b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,6 @@ matrix: - os: linux sudo: required python: 3.6 - - os: linux - sudo: required - python: 3.7-dev - os: linux sudo: required python: pypy3 diff --git a/tox.ini b/tox.ini index 862f6628..1dcc0339 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py34, py35, py36, py37, cython +envlist=py34, py35, py36, cython [testenv] deps=-rrequirements/build.txt @@ -11,7 +11,6 @@ commands=flake8 hug 3.4 = py34 3.5 = py35 3.6 = py36 -3.7 = py37 [testenv:pywin] deps =-rrequirements/build_windows.txt