added CI pipeline (#2)

* Create pythonapp.yml

* Update pythonapp.yml

* fixing up flake8/black

* Update pythonapp.yml

* testing addition of tests

* testing masscan install

* testing pipenv install

* test install command done?

* first set of tests complete
This commit is contained in:
epi052
2020-01-25 20:39:27 -06:00
committed by GitHub
parent 82653674dd
commit 61de5801aa
13 changed files with 10421 additions and 47 deletions

View File

@@ -251,7 +251,7 @@ class ReconShell(cmd2.Cmd):
out, err = proc.communicate()
if err:
self.async_alert(style(f"[!] {err.decode().strip()}", fg="bright_red"))
self.poutput(style(f"[!] {err.decode().strip()}", fg="bright_red"))
retvals.append(proc.returncode)