1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

fix tox's flakes tests

This commit is contained in:
Luiz Menezes
2016-08-10 18:24:13 -03:00
parent 609d8e35be
commit 9a5214888b
2 changed files with 3 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ matrix:
python: 3.3
- env: TOX_SUFFIX="aiohttp"
python: pypy
- env: TOX_SUFFIX="aiohttp"
python: pypy3
python:
- 2.6
- 2.7

View File

@@ -5,7 +5,7 @@ envlist = {py26,py27,py33,py34,pypy,pypy3}-{flakes,requests27,requests26,request
skipsdist = True
commands =
flake8 --version
flake8 --exclude="./docs/conf.py"
flake8 --exclude=./docs/conf.py,./.tox/
pyflakes ./docs/conf.py
deps = flake8