From 197956bcd9b9bcde3e9141e8c5d12d9573b3976d Mon Sep 17 00:00:00 2001 From: Laurens Van Houtven <_@lvh.io> Date: Wed, 13 May 2015 08:07:01 -0700 Subject: Given current features, lint > meta --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') 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. -- cgit v1.2.1