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:
return isbnlib.registry.bibformatters['bibtex'](isbnlib.meta(isbn,
'default'))
except (isbnlib.ISBNLibException, isbnlib.ISBNToolsException, TypeError):
except (isbnlib.ISBNLibException, TypeError):
return ''

View File

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