From fb8adfcb2f0a67519ee81cad0c50d2e359ff3a20 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 31 Oct 2013 14:16:24 -0700 Subject: Use raw vector files --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 92bcb75b..57b42412 100644 --- a/tox.ini +++ b/tox.ini @@ -3,9 +3,10 @@ envlist = py26,py27,pypy,py32,py33,docs,pep8 [testenv] deps = - pytest coverage + iso8601 pretend + pytest commands = coverage run --source=cryptography/,tests/ -m pytest coverage report -m --fail-under 100 -- cgit v1.2.3 From fc4e2b740feba8d38ad9900e6203f619a31b71f3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 10 Jan 2014 07:30:51 -0800 Subject: Try to run the spellchecker on travis --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ce2f5398..9cd0699d 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,7 @@ commands = 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 + sphinx-build -W -b spelling docs docs/_build/html # Temporarily disable coverage on pypy because of performance problems with # coverage.py on pypy. -- cgit v1.2.3 From 5c0ec7c85e3623630a55e4da4b954f2fb594bf47 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 10 Jan 2014 08:08:58 -0800 Subject: Actuall install a thing --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 9cd0699d..a34ad633 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ commands = [testenv:docs] deps = sphinx + sphinxcontrib-spelling sphinx_rtd_theme basepython = python2.7 commands = -- cgit v1.2.3 From 29b40eaa062af0e1d6eb9733958bfd497dd8dc4d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 10 Jan 2014 09:00:12 -0800 Subject: This is a dep --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a34ad633..ff5df360 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,7 @@ commands = [testenv:docs] deps = + pyenchant sphinx sphinxcontrib-spelling sphinx_rtd_theme -- cgit v1.2.3