From ed59b574c31905271ccd37f5c0f50da5b604582d Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Sat, 1 Oct 2016 22:40:49 -0700 Subject: [PATCH] Update tox and travis configs I'm removing python2.6 from travis for the time being. It requires unittest2 and it's not clear how to install that for just 2.6 in travis. --- .travis.yml | 4 ++-- tox.ini | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 88623a2aa..d9f6e74be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ language: python python: - - 2.6 - 2.7 - - 3.2 - 3.3 - 3.4 + - 3.5 - pypy + - pypy3 services: - mongodb diff --git a/tox.ini b/tox.ini index c9a700527..dadf3e5f8 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,8 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py32, py33, py34, pypy +envlist = py26, py27, py33, py34, py35, pypy, pypy3 +skip_missing_interpreters = True [testenv] commands =