removed dependency on tool-dict.pkl (#93)

* removed tool_dict dependency

* updated tests

* updated go version

* added defaults for failing iteration during tool installation

* Update pythonapp.yml

* updated docs
This commit is contained in:
epi
2020-08-27 20:27:43 -05:00
committed by epi
parent d7dbd1e7b3
commit 973893ee42
25 changed files with 55 additions and 109 deletions

View File

@@ -1,6 +1,6 @@
name: recon-pipeline build
on: [push, pull_request]
on: [push]
jobs:
lint:
@@ -24,9 +24,9 @@ jobs:
# stop the build if there are Python syntax errors or undefined names
pipenv run flake8 . --count
- name: Check code formatting with black
uses: lgeiger/black-action@master
with:
args: ". --check"
run: |
pipenv install "black==19.10b0"
pipenv run black -l 120 --check .
test-shell:
@@ -126,4 +126,4 @@ jobs:
- name: Test with pytest
run: |
pipenv install pytest cmd2 luigi sqlalchemy python-libnmap
pipenv run python -m pytest -vv --show-capture=all tests/test_tools_install
pipenv run python -m pytest -vv --show-capture=all tests/test_tools_install