diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-02 10:42:34 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-02 10:42:34 -0500 |
commit | 1dea513d7a0fb6c1a3c1df2924db1bd1135f78ff (patch) | |
tree | fc3142c867fbf514345e31ae4b3fd7551be5c947 /tox.ini | |
parent | 9ab8e7a540eebc802da0eaa73fbefe0a2af4ac9a (diff) | |
parent | e98df9c97b764420ab5c89b64ed4d7c164e28e50 (diff) | |
download | cryptography-1dea513d7a0fb6c1a3c1df2924db1bd1135f78ff.tar.gz cryptography-1dea513d7a0fb6c1a3c1df2924db1bd1135f78ff.tar.bz2 cryptography-1dea513d7a0fb6c1a3c1df2924db1bd1135f78ff.zip |
Merge pull request #1773 from Ayrx/hypothesis
Property based testing with Hypothesis
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,6 +8,8 @@ deps = iso8601 pretend pytest<2.8 + hypothesis>=1.11.4 + hypothesis-pytest ./vectors passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME commands = @@ -85,7 +87,7 @@ commands = py.test --capture=no --strict --random {posargs} [flake8] -exclude = .tox,*.egg,.git,_build +exclude = .tox,*.egg,.git,_build,.hypothesis select = E,W,F,N,I application-import-names = cryptography,cryptography_vectors,tests |