mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 09:35:34 +00:00
fix tox's flakes tests
This commit is contained in:
@@ -44,6 +44,8 @@ matrix:
|
|||||||
python: 3.3
|
python: 3.3
|
||||||
- env: TOX_SUFFIX="aiohttp"
|
- env: TOX_SUFFIX="aiohttp"
|
||||||
python: pypy
|
python: pypy
|
||||||
|
- env: TOX_SUFFIX="aiohttp"
|
||||||
|
python: pypy3
|
||||||
python:
|
python:
|
||||||
- 2.6
|
- 2.6
|
||||||
- 2.7
|
- 2.7
|
||||||
|
|||||||
2
tox.ini
2
tox.ini
@@ -5,7 +5,7 @@ envlist = {py26,py27,py33,py34,pypy,pypy3}-{flakes,requests27,requests26,request
|
|||||||
skipsdist = True
|
skipsdist = True
|
||||||
commands =
|
commands =
|
||||||
flake8 --version
|
flake8 --version
|
||||||
flake8 --exclude="./docs/conf.py"
|
flake8 --exclude=./docs/conf.py,./.tox/
|
||||||
pyflakes ./docs/conf.py
|
pyflakes ./docs/conf.py
|
||||||
deps = flake8
|
deps = flake8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user