Commit Graph

5 Commits

Author SHA1 Message Date
Dan Ryan f6f98f4683 No idea why this doesn't work 2018-09-05 12:47:10 +08:00
Dan Ryan 02ba0c719a update pytest and setup.cfg
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-08-28 12:12:51 -04:00
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