aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-17 07:35:34 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-17 07:35:34 -0800
commit875b36be29e6bcfd1cb2a9cb216aba49c1d9d2f0 (patch)
tree71372f15c53afdd4bf2459e9a4774f3d526075a5 /tox.ini
parent4eec0bb4e1d79f107f40b3856f2c9ec76c3eef88 (diff)
parenta4aa420cc6c0203d201a0f418af68d1f11abbcf5 (diff)
downloadcryptography-875b36be29e6bcfd1cb2a9cb216aba49c1d9d2f0.tar.gz
cryptography-875b36be29e6bcfd1cb2a9cb216aba49c1d9d2f0.tar.bz2
cryptography-875b36be29e6bcfd1cb2a9cb216aba49c1d9d2f0.zip
Merge branch 'master' into no-more-generator
Conflicts: tests/hazmat/primitives/utils.py
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 56603da2..39fe024f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,6 +17,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