Skip to content

Commit

Permalink
Fix tox failures
Browse files Browse the repository at this point in the history
  • Loading branch information
neumond committed Dec 30, 2017
1 parent 57afac6 commit 7139f4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ doctest-extension = rst
doctest-fixtures = _fixt
# XXX: docs/index.txt requires lxml
include = docs
exclude = seleniumtests
cover-package=pyquery
with-coverage=1
doctest-options = +ELLIPSIS,+NORMALIZE_WHITESPACE
Expand Down
13 changes: 7 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ commands =
rm -Rf {envtmpdir}/doctrees {envtmpdir}/html
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

[testenv:selenium]
deps =
selenium
commands =
{envbindir}/python -m unittest seleniumtests.offline
{envbindir}/python -m unittest seleniumtests.browser
# [testenv:selenium]
# basepython = python3.5
# deps =
# selenium
# commands =
# {envbindir}/python -m unittest seleniumtests.offline
# {envbindir}/python -m unittest seleniumtests.browser

0 comments on commit 7139f4d

Please sign in to comment.