Skip to content

Commit

Permalink
Toxdir outside of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
storax committed Jan 18, 2015
1 parent dd5fdf9 commit 42ef223
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions {{cookiecutter.repo_name}}/conf/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% raw -%}
[tox]
toxworkdir = {toxinidir}/../{{cookiecutter.repo_name}}
{% raw -%}
envlist =
clean,
check,
Expand Down Expand Up @@ -34,7 +35,7 @@ deps =
whitelist_externals =
rm
commands =
rm -rf dist/docs || rmdir /S /Q dist\docs
rm -rf dist/docs
sphinx-build -b linkcheck docs dist/docs
sphinx-build -b html docs dist/docs
usedevelop = true
Expand Down

0 comments on commit 42ef223

Please sign in to comment.