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

Test flakes on Python 2.7 (and 3.6) not pypy3.5

This commit is contained in:
Hugo
2018-01-15 22:36:19 +02:00
parent ead48b1907
commit 97fbd7e0bd

View File

@@ -32,14 +32,15 @@ matrix:
- env: TOX_SUFFIX="boto"
- env: TOX_SUFFIX="boto3"
exclude:
- env: TOX_SUFFIX="flakes"
python: 2.7
# Only run flakes on a single Python 2.x and a single 3.x
- 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.5-5.9.0"
- env: TOX_SUFFIX="boto"
python: 3.6
- env: TOX_SUFFIX="requests1"