summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-01-31 15:29:27 +0100
committerHynek Schlawack <hs@ox.cx>2016-01-31 15:29:27 +0100
commit98408abefb0ec3dcda0906b6e5c3e3f678fdb678 (patch)
treef1764fb9996f3d0dc36dc078adf0f8abe29acebd /tox.ini
parent74a65df470a474ce927c3fe9f24b9b0f7a79a9b1 (diff)
downloadpyopenssl-98408abefb0ec3dcda0906b6e5c3e3f678fdb678.tar.gz
Rename legacy to 1.1
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 44ee420..cf4912b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = coverage-clean,{pypy,py26,py27,py33,py34,py35}{,-cryptographyMaster,-cryptographyLegacy},py27-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report
+envlist = coverage-clean,{pypy,py26,py27,py33,py34,py35}{,-cryptographyMaster,-cryptography1.1},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
- cryptographyLegacy: cryptography<1.2
+ cryptography1.1: cryptography<1.2
setenv =
# Do not allow the executing environment to pollute the test environment
# with extra packages.