Fix Travis build

This commit is contained in:
Phyks 2015-06-06 16:28:39 +02:00
parent 7c54c9fd2e
commit ab27d96f96
2 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@ def isbn2Bib(isbn):
try: try:
return isbnlib.registry.bibformatters['bibtex'](isbnlib.meta(isbn, return isbnlib.registry.bibformatters['bibtex'](isbnlib.meta(isbn,
'default')) 'default'))
except (isbnlib.ISBNLibException, isbnlib.ISBNToolsException, TypeError): except (isbnlib.ISBNLibException, TypeError):
return '' return ''

View File

@ -1,7 +1,7 @@
@book{9780198507192, @book{9780198507192,
title = {Bose-Einstein Condensation}, title = {Bose-Einstein Condensation},
author = {Lev. P. Pitaevskii and Sandro Stringari}, author = {Lev. P. Pitaevskii and S. Stringari},
isbn = {9780198507192}, isbn = {9780198507192},
year = {2004}, year = {2004},
publisher = {Clarendon Press} publisher = {Clarendon Press}
} }