Closed
Description
From PR #39 ,
I received the following warning when running flake8
on branch tswast:gbq-37
but Travis did not report the warning.
Local run:
tony@tonypc:~/pydata-pandas-gbq$ flake8 pandas_gbq
pandas_gbq/tests/test_gbq.py:136:61: F841 local variable 'e' is assigned to but never used
On Travis:
https://travis-ci.org/tswast/pandas-gbq/jobs/234914390