aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-15 22:17:59 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-15 22:17:59 -0800
commit4a35b7fede2d8e544abfbe9b1ea0d11231da9908 (patch)
tree01ef45be7d510501965717ad4a39fd9c54a19053 /tox.ini
parentc3f7c37f5718b5deb08edb41125d8c7fb3733cfc (diff)
parentffb7726fa3042e66e8011fbd17a8b6f83f0c8110 (diff)
downloadcryptography-4a35b7fede2d8e544abfbe9b1ea0d11231da9908.tar.gz
cryptography-4a35b7fede2d8e544abfbe9b1ea0d11231da9908.tar.bz2
cryptography-4a35b7fede2d8e544abfbe9b1ea0d11231da9908.zip
Merge branch 'master' into fernet
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index eda76cd9..547d90d9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,6 +18,7 @@ deps =
basepython = python2.7
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
+ sphinx-build -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b linkcheck docs docs/_build/html