aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2015-09-27 20:26:09 +0800
committerTerry Chia <terrycwk1994@gmail.com>2015-09-27 20:48:43 +0800
commit42ea0d1795797c7f52ba714147e2bbc29dad9deb (patch)
tree138698a348b60a47075a71666652a9182d2915d8 /tox.ini
parent6325d5c9bc54b81e0354127523b7ac449c56c0a1 (diff)
downloadcryptography-42ea0d1795797c7f52ba714147e2bbc29dad9deb.tar.gz
cryptography-42ea0d1795797c7f52ba714147e2bbc29dad9deb.tar.bz2
cryptography-42ea0d1795797c7f52ba714147e2bbc29dad9deb.zip
Pin version of hypothesis above 1.11.4.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini23
1 files changed, 1 insertions, 22 deletions
diff --git a/tox.ini b/tox.ini
index 1c15abff..8b4343d0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,28 +8,7 @@ deps =
iso8601
pretend
pytest<2.8
- hypothesis
- hypothesis-pytest
- ./vectors
-passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME
-commands =
- pip list
- python -c "from cryptography.hazmat.backends.openssl.backend import backend; print(backend.openssl_version_text())"
- # We use parallel mode and then combine here so that coverage.py will take
- # the paths like .tox/py34/lib/python3.4/site-packages/cryptography/__init__.py
- # and collapse them into src/cryptography/__init__.py.
- coverage run --parallel-mode -m pytest --capture=no --strict {posargs}
- coverage combine
- coverage report -m
-
-[testenv:py26]
-# This mirrors the testenv minus the hypothesis and hypothesis-test deps.
-deps =
- coverage
- iso8601
- pretend
- pytest<2.8
- hypothesis
+ hypothesis>=1.11.4
hypothesis-pytest
./vectors
passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME