From 73412e5bb381a9d4ac303d5bc8898786a4e3eb25 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 16 Mar 2016 13:37:05 +0100 Subject: Fix cryptography minimum version --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 374d568..905747f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = coverage-clean,{pypy,py26,py27,py33,py34,py35}{,-cryptographyMaster,-cryptography1.2},py27-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report +envlist = coverage-clean,{pypy,py26,py27,py33,py34,py35}{,-cryptographyMaster,-cryptographyMinimum},py27-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report [testenv] whitelist_externals = @@ -9,7 +9,7 @@ deps = coverage pytest>=2.8.5 cryptographyMaster: git+https://github.com/pyca/cryptography.git - cryptography1.2: cryptography<1.3 + cryptographyMinimum: cryptography<1.4 setenv = # Do not allow the executing environment to pollute the test environment # with extra packages. -- cgit v1.2.1