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
python:
- "2.6"
- "2.7"
- "pypy"
- "3.3"
- "3.4"
before_install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- pip install -r requirements.txt
- pip install -r test-requirements.txt

View File

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