Consolidate travis environments. separate matrix and global environment variables.
This commit is contained in:
parent
a64d562ae2
commit
b66ee21ce0
2 changed files with 13 additions and 14 deletions
|
@ -11,7 +11,7 @@ def mock_network():
|
|||
)
|
||||
|
||||
|
||||
@pytest.mark.parametrize('unicode_artist', [u'\xe9lafdasfdsafdsa', u'ééééééé])
|
||||
@pytest.mark.parametrize('unicode_artist', [u'\xe9lafdasfdsafdsa', u'ééééééé'])
|
||||
def test_get_cache_key(unicode_artist):
|
||||
request = pylast._Request(mock_network(), 'some_method',
|
||||
params={'artist': unicode_artist})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue