Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
31 lines (25 sloc) 511 Bytes
[tox]
envlist = flake8, pydocstyle, py27, py35
[testenv:py27]
commands =
python -m pytest --doctest-modules scholia
python -m pytest tests
deps=
pytest
-rrequirements.txt
[testenv:py35]
commands =
python -m pytest --doctest-modules scholia
python -m pytest tests
deps=
pytest
-rrequirements.txt
[testenv:flake8]
commands = flake8 scholia
deps =
flake8
flake8-docstrings
[testenv:pydocstyle]
commands = pydocstyle --convention=numpy scholia
deps =
pydocstyle
You can’t perform that action at this time.