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

Fix Tornado support behavior for Tornado 3.

Resolves #235.
This commit is contained in:
Abhinav Gupta
2015-12-19 18:18:20 -08:00
parent 31c358c035
commit d780bc04dd
4 changed files with 55 additions and 25 deletions

View File

@@ -19,7 +19,8 @@ env:
- TOX_SUFFIX="urllib317"
- TOX_SUFFIX="urllib319"
- TOX_SUFFIX="urllib3110"
- TOX_SUFFIX="tornado"
- TOX_SUFFIX="tornado3"
- TOX_SUFFIX="tornado4"
matrix:
allow_failures:
- env: TOX_SUFFIX="boto"