From 97b367e3cfa93bba7e5db3a92a7a5169e64342d3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 16 Mar 2016 07:51:00 -0400 Subject: Update these jobs --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a1b7138..374d568 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = coverage-clean,{pypy,py26,py27,py33,py34,py35}{,-cryptographyMaster,-cryptography1.1},py27-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report +envlist = coverage-clean,{pypy,py26,py27,py33,py34,py35}{,-cryptographyMaster,-cryptography1.2},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.1: cryptography<1.2 + cryptography1.2: cryptography<1.3 setenv = # Do not allow the executing environment to pollute the test environment # with extra packages. -- cgit v1.2.1