diff options
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,13 +67,13 @@ basepython = python3.6 commands = flake8 src/pyramid tests setup.py black --check --diff src/pyramid tests setup.py + python setup.py check -r -s -m check-manifest - twine check {distdir}/* deps = flake8 black + readme_renderer check-manifest - twine [testenv:docs] # pin to 3.5 to match what RTD uses |
