Yelp / Testify

A more pythonic testing framework.
Other
306 stars 67 forks source link

add pyflakes to travis CI #268

Closed bukzor closed 10 years ago

bukzor commented 10 years ago

Somehow we run pyflakes in jenkins but not travis. This should not be.

bukzor commented 10 years ago

@astephen2

rambleraptor commented 10 years ago

I agree with this one hundred percent. It's messed me up several times. I can make the change if you'd like.

(I'm assuming I'm being pinged from my recent transgressions with pyflakes..?)

bukzor commented 10 years ago

Please, feel free

--phone is hard. On Jul 11, 2014 11:48 AM, "Alex Stephen" notifications@github.com wrote:

I agree with this one hundred percent. It's messed me up several times. I can make the change if you'd like.

— Reply to this email directly or view it on GitHub https://github.com/Yelp/Testify/issues/268#issuecomment-48768304.

bukzor commented 10 years ago

pyflakes is added to travis, in the form of flake8. Now we need tickets to clean up the ignored flake8 rules.