release v1.1.3

This commit is contained in:
John Krauss
2016-11-15 18:36:44 +00:00
parent 60b723de92
commit 62e13086e1
2 changed files with 6 additions and 1 deletions

View File

@@ -145,7 +145,8 @@ def default_lonlat(column_id):
elif column_id.startswith('us.epa.'):
return (40.7, -73.9)
elif column_id.startswith('eu.'):
return (52.52207036136366, 13.40606689453125)
raise SkipTest('No tests for Eurostat!')
#return (52.52207036136366, 13.40606689453125)
else:
raise Exception('No catalog point set for {}'.format(column_id))