Skip to content

Commit

Permalink
fix tox dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alainivars committed Jun 16, 2019
1 parent 2fe1b82 commit d284a3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ deps =
changedir=docs
#basepython=python3.6
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements_test.txt

commands=
sphinx-build -b html -c {envtmpdir}/../../.. -d {envtmpdir}/doctrees . {envtmpdir}/html

Expand Down
6 changes: 3 additions & 3 deletions {{cookiecutter.github_repository_name}}/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = [
'links.inc',
'_build',
'Thumbs.db',
'.DS_Store'
'_build',
'Thumbs.db',
'.DS_Store'
]


Expand Down
8 changes: 0 additions & 8 deletions {{cookiecutter.github_repository_name}}/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,9 @@ changedir=docs
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements_test.txt

commands=
sphinx-build -b html -c {envtmpdir}/../../.. -d {envtmpdir}/doctrees . {envtmpdir}/html

[testenv:coverage_combine]
deps = coverage
commands=
coverage xml
coverage html
coverage erase

[testenv:pep8]
skip_install = True
whitelist_externals = pep8
Expand Down

0 comments on commit d284a3b

Please sign in to comment.