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.
This commit is contained in:
Bernie Hackett 2016-10-01 22:40:49 -07:00
parent c3be08afe0
commit ed59b574c3
2 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,12 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
services:
- mongodb

View File

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