Michael Merickel
2015-11-26 739788aa11ad437fe0865ebd9eb50349ff4f4546
oops, drop pep8 from 1.6-branch
2 files modified
12 ■■■■■ changed files
.travis.yml 2 ●●●●● patch | view | raw | blame | history
tox.ini 10 ●●●● patch | view | raw | blame | history
.travis.yml
@@ -24,8 +24,6 @@
          env: TOXENV=py2-cover,py3-cover,coverage
        - python: 3.5
          env: TOXENV=docs
        - python: 3.5
          env: TOXENV=pep8
install:
  - travis_retry pip install tox
tox.ini
@@ -1,7 +1,6 @@
[tox]
envlist =
    py26,py27,py32,py33,py34,py35,pypy,pypy3,
    docs,pep8,
    py26,py27,py32,py33,py34,py35,pypy,pypy3,docs,
    {py2,py3}-cover,coverage,
[testenv]
@@ -64,13 +63,6 @@
commands =
    python pyramid/scaffolds/tests.py
deps = virtualenv
[testenv:pep8]
basepython = python3.5
commands =
    flake8 pyramid/
deps =
    flake8
[testenv:docs]
basepython = python3.5