diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,6 @@ envlist = py27, py32, py33, py34, pypy, flake8, checkspelling [testenv] -downloadcache = {toxworkdir}/cache deps = -rtest-requirements.txt commands = coverage run --source=markdown {toxinidir}/run-tests.py {posargs} coverage report --show-missing @@ -16,4 +15,4 @@ deps = commands = {toxinidir}/checkspelling.sh [flake8] -max-line-length = 119
\ No newline at end of file +max-line-length = 119 |