Skip to content

Commit

Permalink
remove 'docs' target, we generate none, currently.
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Jul 2, 2016
1 parent b9e188f commit 8ca3958
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py35, compile, check, docs, update
envlist = update, py27, py35, compile, check

[testenv]
deps = pytest
Expand All @@ -14,9 +14,9 @@ deps = prospector
usedevelop = true
commands = prospector {posargs:--no-autodetect --die-on-tool-error}

[testenv:docs]
deps = sphinx
commands = sphinx-build docs/
;[testenv:docs]
;deps = sphinx
;commands = sphinx-build docs/

[testenv:update]
usedevelop = false
Expand Down

0 comments on commit 8ca3958

Please # to comment.