From 37528d3dddbf82895d5efed4e20588f2e0cd4577 Mon Sep 17 00:00:00 2001 From: Koert van der Veer Date: Thu, 16 Mar 2017 10:08:58 +0100 Subject: [PATCH 2/2] Make sure the html5lib tests are included in CI --- .travis.yml | 2 +- tox.ini | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 442adf1..7334b30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ python: install: - python -c "import sys; sys.exit(sys.version_info[:2] != (3,2))" 2>/dev/null || pip install -U pip wheel - pip install --install-option="--no-cython-compile" -r requirements.txt - - pip install -U beautifulsoup4 cssselect + - pip install -U beautifulsoup4 cssselect html5lib script: - python -u setup.py clean diff --git a/tox.ini b/tox.ini index 0ad69e7..b03a589 100644 --- a/tox.ini +++ b/tox.ini @@ -13,5 +13,7 @@ commands = {envpython} setup.py clean {envpython} setup.py build_ext --inplace make test -install_command = pip install --install-option="--no-cython-compile" {opts} {packages} -deps = -r{toxinidir}/requirements.txt +install_command = pip install {opts} {packages} +deps = + -r{toxinidir}/requirements.txt + html5lib -- 2.9.3