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 24
24
},
25
25
setup_requires = ['setuptools_scm' , 'pytest-runner' ],
26
26
tests_require = open ('requirements-dev.txt' ).readlines (),
27
+ extras_require = {
28
+ 'docs' : ['sphinx_autorun' ],
29
+ },
27
30
classifiers = [
28
31
'Development Status :: 4 - Beta' ,
29
32
'Environment :: Console' ,
Original file line number Diff line number Diff line change 7
7
-rrequirements.txt
8
8
-rrequirements-dev.txt
9
9
commands = py.test --cov todoman
10
- setenv =
11
- PYTHONPATH = {toxinidir}
10
+ usedevelop = True
12
11
passenv = CI
13
12
14
13
[testenv:flake8]
@@ -21,13 +20,13 @@ commands = flake8
21
20
22
21
[testenv:docs]
23
22
basepython = python3
23
+ extras = docs
24
24
whitelist_externals =
25
25
make
26
26
commands =
27
- pip install -rrequirements-docs.txt
28
27
make -C docs html
29
28
30
29
[flake8]
31
- exclude =.tox,build
30
+ exclude =.tox,build,.eggs
32
31
application-import-names =todoman,tests
33
32
import-order-style =smarkets
You can’t perform that action at this time.
0 commit comments