summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-05 10:35:06 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-11-05 10:35:06 -0500
commit4534dca7187ce8ffa841ca53448ae1555a07cc44 (patch)
tree5fbd07a5be3813145cb92b6f320df302ad7508c3 /tox.ini
parent89d529895a21c40d1e3f3913b02540f32ab9a0b9 (diff)
downloadpython-coveragepy-git-4534dca7187ce8ffa841ca53448ae1555a07cc44.tar.gz
Minor cleanup in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 5 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 6f2881d4..d79dff36 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ usedevelop = True
deps =
# Check here for what might be out of date:
# https://requires.io/github/nedbat/coveragepy/requirements/
- -rrequirements/pytest.pip
+ -r requirements/pytest.pip
pip==18.1
setuptools==40.4.3
# gevent 1.3 causes a failure: https://bitbucket.org/ned/coveragepy/issues/663/gevent-132-on-windows-fails
@@ -66,7 +66,8 @@ basepython = jython
# Build the docs so we know if they are successful. We build twice: once with
# -q to get all warnings, and once with -QW to get a success/fail status
# return.
-deps = -rdoc/requirements.pip
+deps =
+ -r doc/requirements.pip
commands =
doc8 -q --ignore-path doc/_build doc CHANGES.rst README.rst
sphinx-build -b html -aqE doc doc/_build/html
@@ -75,7 +76,8 @@ commands =
sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html
[testenv:lint]
-deps = -rrequirements/dev.pip
+deps =
+ -r requirements/dev.pip
setenv =
LINTABLE = coverage tests igor.py setup.py __main__.py