Skip to content

Commit

Permalink
Build changes
Browse files Browse the repository at this point in the history
Add pypy to see if it works
Change mode to once from none
  • Loading branch information
lepinkainen committed Dec 29, 2015
1 parent 3e640c6 commit a16e4d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ sudo: false
cache: pip
python:
- "2.7"
- "pypy"
env:
- VCR_RECORD_MODE=none
- VCR_RECORD_MODE=once
- VCR_RECORD_MODE=all

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
Expand Down
2 changes: 1 addition & 1 deletion tests/test_urltitle.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_alko(botmock):
def test_google_play_music(botmock):
msg = 'https://play.google.com/music/m/Tkyqfh5koeirtbi76b2tsee6e2y'
responses = [('#channel', 'Title: Villiviini - Ultra Bra'), None]
ok_(module_urltitle.handle_url(botmock, None, "#channel", msg, msg) in responses)
assert module_urltitle.handle_url(botmock, None, "#channel", msg, msg) in responses


@my_vcr.use_cassette
Expand Down

0 comments on commit a16e4d8

Please sign in to comment.