dropbox / nsot

Network Source of Truth is an open source IPAM and network inventory database
https://nsot.readthedocs.io
Other
399 stars 66 forks source link

Add flake8 to Travis testing and fix all current violations #285

Closed nickpegg closed 7 years ago

nickpegg commented 7 years ago

I'm usually against commits that only really fix pep8/flake8 violations since they tend to muddy up blame history, but in this case there were so few that I think it's okay.

I also told Travis to start caching pip installs to speed up our tests.