Commit Graph

3 Commits

Author SHA1 Message Date
Tzu-ping Chung c171eb32a6 Remove pew.lsenvs usage from project 2018-07-05 00:18:30 +08:00
Erin O'Connell 5d44000201 added flake8 back in and added jobs for style and unit tests 2017-09-01 23:12:52 -06:00
Ed Morley 58a10908ab Add flake8 to the Travis run
flake8 would have caught the regression in #371 and output:
`pipenv/cli.py:257:19: F821 undefined name 'hashed_deps_path'`

Whilst in an ideal world there would be 100% test coverage, linters help
fill in the gaps, plus spot potential unused variable/imports cleanup.

I'm happy to disable more of the style/whitespace pep8 rules if
needed - the priority is having the pyflakes subset run in CI.
2017-05-25 20:40:33 +01:00