diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-09 07:15:26 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-09 07:15:26 -0800 |
commit | c65204eddf4cb029343c586a8c849b4ace67b25e (patch) | |
tree | 6ad958752c1df8c4428ebbd9cccd272b5df13c63 /tox.ini | |
parent | 6b3be7f0078bd69f39b6666f7ea84040b7274e68 (diff) | |
parent | df52fa9d388c2fc7d721c0fba5ca21ec88a01a15 (diff) | |
download | cryptography-c65204eddf4cb029343c586a8c849b4ace67b25e.tar.gz cryptography-c65204eddf4cb029343c586a8c849b4ace67b25e.tar.bz2 cryptography-c65204eddf4cb029343c586a8c849b4ace67b25e.zip |
Merge branch 'master' into padding-fixes
Conflicts:
cryptography/hazmat/primitives/padding.py
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,9 @@ commands = coverage report -m [testenv:docs] -deps = sphinx +deps = + sphinx + sphinx_rtd_theme basepython = python2.7 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html |