summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-05-13 08:06:40 -0700
committerLaurens Van Houtven <_@lvh.io>2015-05-13 08:06:40 -0700
commit8e47dfd79cf9f7dcf6585f4cde8773b008e1cf46 (patch)
tree3235a57b690628d9c8ec40068256473cab77bde4 /tox.ini
parent4f6939cb3afee871921c97bd81eefdca93a637ec (diff)
downloadpyopenssl-8e47dfd79cf9f7dcf6585f4cde8773b008e1cf46.tar.gz
Kill pip-tools & pip-review
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 23ebaf6..d7c3fc0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,11 +19,9 @@ commands =
[testenv:meta]
deps =
pyflakes
- pip-tools
pyroma>=1.6 # <1.6 had bogus return values.
commands =
pyflakes OpenSSL
- pip-review
pyroma -d .
[testenv:pypi-readme]