We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From PR #39 , I received the following warning when running flake8 on branch tswast:gbq-37 but Travis did not report the warning.
flake8
tswast:gbq-37
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
The text was updated successfully, but these errors were encountered:
Flake8 is currently only running on python 3.6 in the Travis environment, whereas my local environment is python 2.7.
Sorry, something went wrong.
just turn it on additionally for 2.7
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
From PR #39 ,
I received the following warning when running
flake8
on branchtswast:gbq-37
but Travis did not report the warning.Local run:
On Travis:
https://travis-ci.org/tswast/pandas-gbq/jobs/234914390
The text was updated successfully, but these errors were encountered: