1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 14:59:43 +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
- pip install codecov
- codecov
- name: linting
image: python:3.6
commands:
# Perform linting checks
- black --check src tests
- flake8