1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

only need to run flakes on one version of python

This commit is contained in:
Kevin McCarthy
2017-05-27 15:57:23 -10:00
parent f88294a9e6
commit ee17233aa0

View File

@@ -32,6 +32,16 @@ matrix:
exclude:
- env: TOX_SUFFIX="flakes"
python: 2.6
- env: TOX_SUFFIX="flakes"
python: 2.7
- env: TOX_SUFFIX="flakes"
python: 3.4
- env: TOX_SUFFIX="flakes"
python: 3.5
- env: TOX_SUFFIX="flakes"
python: pypy
- env: TOX_SUFFIX="flakes"
python: pypy3
- env: TOX_SUFFIX="boto"
python: 3.6
- env: TOX_SUFFIX="requests1"