Skip to content

Commit

Permalink
Bump StripeMock version
Browse files Browse the repository at this point in the history
  • Loading branch information
daz-stripe committed Sep 24, 2018
1 parent 1ea95dc commit 8281b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cache:
env:
global:
# If changing this number, please also change it in `tests/conftest.py`.
- STRIPE_MOCK_VERSION=0.32.0
- STRIPE_MOCK_VERSION=0.33.0

before_install:
# Unpack and start stripe-mock so that the test suite can talk to it
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from tests.request_mock import RequestMock


MOCK_MINIMUM_VERSION = '0.32.0'
MOCK_MINIMUM_VERSION = '0.33.0'
MOCK_PORT = os.environ.get('STRIPE_MOCK_PORT', 12111)


Expand Down

0 comments on commit 8281b0d

Please sign in to comment.