summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini13
1 files changed, 4 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index 61c39369d..39132d9ff 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,8 @@
[tox]
envlist =
+ lint,
py27,py34,py35,py36,pypy,
- docs,pep8,sdist,
- {py2,py3}-cover,coverage,
+ docs,{py2,py3}-cover,coverage,
[testenv]
# Most of these are defaults but if you specify any you can't fall back
@@ -51,19 +51,14 @@ commands =
python pyramid/scaffolds/tests.py
deps = virtualenv
-[testenv:pep8]
+[testenv:lint]
basepython = python3.5
commands =
flake8 pyramid/
-deps =
- flake8
-
-[testenv:sdist]
-basepython = python3.5
-commands =
python setup.py check -r -s -m
check-manifest
deps =
+ flake8
readme_renderer
check-manifest