summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 6a8ef47..f7ec579 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,10 @@
[tox]
-envlist = py26, py27, pypy, py34, docs, style
+envlist = py26, py27, pypy, pypy3, py34, docs, style
[testenv]
+# by default tox runs with --pre which tickles this bug:
+# https://bitbucket.org/pypy/pypy/issue/1894/keyerror-core-dumped-on-unicode-triple
+install_command = pip install {opts} {packages}
commands =
py.test [] jsonschema
{envpython} -m doctest README.rst
@@ -20,7 +23,6 @@ deps =
commands =
py.test [] jsonschema
{envpython} -m doctest README.rst
- sphinx-build -b doctest docs {envtmpdir}/html
deps =
{[testenv:all]deps}
{[testenv:notpy26]deps}
@@ -35,7 +37,6 @@ deps =
[testenv:all]
deps =
- lxml
pytest
sphinx
strict-rfc3339