Merge branch 'backend-lancelot' into fix-46

This commit is contained in:
William Ballenthin
2020-08-25 12:43:45 -06:00
18 changed files with 1424 additions and 344 deletions

View File

@@ -62,7 +62,8 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install capa
run: pip install -e .[dev]
# TODO: remove `pefile` when we bump lancelot >= 0.3.7
run: pip install -e .[dev] pefile
- name: Run tests
run: pytest tests/