Merge pull request #214 from CartoDB/release-v-1.1.3

release v1.1.3
This commit is contained in:
Mario de Frutos
2016-11-17 19:58:56 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
1.1.3 (2016-11-15)
* Temporarily ignore EU data for the sake of testing
1.1.2 (2016-11-09)
__Improvements__

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))