Remove python 2.6 from tox and travis testing.

This commit is contained in:
Tianhao He
2015-11-12 13:58:58 -08:00
parent 611aca51f1
commit 3d7a48adb9
2 changed files with 1 additions and 3 deletions

View File

@@ -1,13 +1,11 @@
language: python language: python
python: python:
- "2.6"
- "2.7" - "2.7"
- "pypy" - "pypy"
- "3.3" - "3.3"
- "3.4" - "3.4"
before_install: before_install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -r test-requirements.txt - pip install -r test-requirements.txt

View File

@@ -1,5 +1,5 @@
[tox] [tox]
envlist = py26,py27,py33,py34 envlist = py27,py33,py34
[testenv] [testenv]
deps = -rtest-requirements.txt deps = -rtest-requirements.txt
commands = commands =