summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.