summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-05-13 08:07:01 -0700
committerLaurens Van Houtven <_@lvh.io>2015-05-13 08:07:01 -0700
commit197956bcd9b9bcde3e9141e8c5d12d9573b3976d (patch)
treea24b6b6343accc6e67a30b0cbe054923cf50f761 /tox.ini
parent8e47dfd79cf9f7dcf6585f4cde8773b008e1cf46 (diff)
downloadpyopenssl-197956bcd9b9bcde3e9141e8c5d12d9573b3976d.tar.gz
Given current features, lint > meta
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index d7c3fc0..cbdf589 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = {pypy,py26,py27,py33,py34}{,-cryptographyMaster},pypi-readme,check-manifest,meta
+envlist = {pypy,py26,py27,py33,py34}{,-cryptographyMaster},pypi-readme,check-manifest,lint
[testenv]
deps =
@@ -16,7 +16,7 @@ commands =
coverage run --branch --source=OpenSSL setup.py test
coverage report -m
-[testenv:meta]
+[testenv:lint]
deps =
pyflakes
pyroma>=1.6 # <1.6 had bogus return values.