Files
recon-pipeline/Pipfile
epi052 61de5801aa 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
2020-01-25 20:39:27 -06:00

14 lines
161 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
cmd2 = "*"
luigi = "*"
[requires]
python_version = "3.7"