tox: Upgrade PyPy version to 2.6

Recently, Paramiko updates the requirements to 'cryptography>=1.1',
cryptography 1.0 is not compatible with PyPy < 2.6, but PyPy version
of Travis-CI is older than 2.6.
So this causes CI test error.

This patch upgrades PyPy interpreter version to 2.6 in tox environment.

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
IWASE Yusuke 2016-05-09 15:53:32 +09:00 committed by FUJITA Tomonori
parent f61bb5f938
commit dbe6743742
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ python:
env:
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=pypy
- TOX_ENV=pypy26
- TOX_ENV=pep8
install:

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,pypy,pep8
envlist = py27,py34,pypy26,pep8
[testenv]
deps = -U