Skip to content

Commit

Permalink
Fix tox configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Sep 5, 2014
1 parent 3eeb0ba commit ccd506d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Expand Up @@ -5,13 +5,15 @@ envlist = py27,upgrade,docs
deps=
nose
testfixtures
clint
commands=
nosetests engineer/unittests

[testenv:upgrade]
deps=
nose
testfixtures
clint
engineer
commands=
nosetests engineer/unittests
Expand All @@ -25,5 +27,8 @@ commands=

[testenv:docs]
changedir=engineer/docs_source
deps=sphinx
deps=
sphinx
sphinx_rtd_theme
argh
commands=sphinx-build -n -E -b html . {envtmpdir}/html

0 comments on commit ccd506d

Please sign in to comment.