diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-28 00:27:36 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-28 00:27:36 -0500 |
| commit | 6d1dd0c07861201062ed489fb0295dc5ad57985e (patch) | |
| tree | 83cb650b00b7bf746562b16deae039bdbf67f18c | |
| parent | 7ad45ce87d2cb1985f4f1c6019e736a4a516034f (diff) | |
| download | pyramid-6d1dd0c07861201062ed489fb0295dc5ad57985e.tar.gz pyramid-6d1dd0c07861201062ed489fb0295dc5ad57985e.tar.bz2 pyramid-6d1dd0c07861201062ed489fb0295dc5ad57985e.zip | |
Revert "use twine check instead of setup.py check"
This reverts commit 9e3a9d1cc48c624e7dda9d9ee56d575b852d7164.
| -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 |
