Skip to content

Commit 8ca3958

Browse files
committed
remove 'docs' target, we generate none, currently.
1 parent b9e188f commit 8ca3958

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py35, compile, check, docs, update
2+
envlist = update, py27, py35, compile, check
33

44
[testenv]
55
deps = pytest
@@ -14,9 +14,9 @@ deps = prospector
1414
usedevelop = true
1515
commands = prospector {posargs:--no-autodetect --die-on-tool-error}
1616

17-
[testenv:docs]
18-
deps = sphinx
19-
commands = sphinx-build docs/
17+
;[testenv:docs]
18+
;deps = sphinx
19+
;commands = sphinx-build docs/
2020

2121
[testenv:update]
2222
usedevelop = false

0 commit comments

Comments
 (0)