moremoban / pypi-mobans

general python package templates using moban
Other
6 stars 7 forks source link

lint stage fails because flake8 is not installed #105

Open chfw opened 5 years ago

chfw commented 5 years ago

https://travis-ci.org/pyexcel/pyexcel-io/jobs/558454741

chfw commented 5 years ago

install: pip install flake8 was removed.

chfw commented 5 years ago
{% if lint_command == 'flake8' %}
  install: pip install flake8
{% endif %}

see it now!