ZeevG / python-forecast.io

A thin Python Wrapper for the Dark Sky (formerly forecast.io) weather API
http://zeevgilovitz.com/python-forecast.io/
Other
423 stars 88 forks source link

Add configurable timeout to the request call. #58

Open cgtobi opened 6 years ago

cgtobi commented 6 years ago

This adds configurable timeout to fix #57.

cgtobi commented 6 years ago

The tests run fine locally. Are they supposed to work with travis?