summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-03-11 11:21:13 +0100
committerHynek Schlawack <hs@ox.cx>2016-03-11 11:24:17 +0100
commitf90e368cdd11654b7e68fbde98c561177b333671 (patch)
treeeda22e540a56f1827e94306ad7f9c81e599a04c6 /tox.ini
parentc488deaa02eed0df890204721018e4e5b2493ac0 (diff)
downloadpyopenssl-f90e368cdd11654b7e68fbde98c561177b333671.tar.gz
Fix set_cipher_list on modern OpenSSL
Also port forward a few changes from #422.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cf4912b..2d41636 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,7 @@ commands =
openssl version
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
python -c "import cryptography; print(cryptography.__version__)"
- coverage run --parallel -m pytest tests
+ coverage run --parallel -m pytest {posargs}
[testenv:py27-twistedMaster]
deps =