1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 16:09:44 +00:00

Move linting to same step as test

This commit is contained in:
Emma 2019-07-22 13:23:17 -06:00
parent 346b3a5ea8
commit 052c60b34f

View file

@ -26,10 +26,7 @@ steps:
# Upload coverage report # Upload coverage report
- pip install codecov - pip install codecov
- codecov - codecov
# Perform linting checks
- name: linting
image: python:3.6
commands:
- black --check src tests - black --check src tests
- flake8 - flake8