File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2424 },
2525 setup_requires = ['setuptools_scm' , 'pytest-runner' ],
2626 tests_require = open ('requirements-dev.txt' ).readlines (),
27+ extras_require = {
28+ 'docs' : ['sphinx_autorun' ],
29+ },
2730 classifiers = [
2831 'Development Status :: 4 - Beta' ,
2932 'Environment :: Console' ,
Original file line number Diff line number Diff line change 77 -rrequirements.txt
88 -rrequirements-dev.txt
99commands = py.test --cov todoman
10- setenv =
11- PYTHONPATH = {toxinidir}
10+ usedevelop = True
1211passenv = CI
1312
1413[testenv:flake8]
@@ -21,13 +20,13 @@ commands = flake8
2120
2221[testenv:docs]
2322basepython = python3
23+ extras = docs
2424whitelist_externals =
2525 make
2626commands =
27- pip install -rrequirements-docs.txt
2827 make -C docs html
2928
3029[flake8]
31- exclude =.tox,build
30+ exclude =.tox,build,.eggs
3231application-import-names =todoman,tests
3332import-order-style =smarkets
You can’t perform that action at this time.
0 commit comments