mandate python 3.6.6 and install pytest-cov

This commit is contained in:
dandds
2018-09-27 13:30:02 -04:00
parent 72f65cac9b
commit 74ab2151f8
3 changed files with 129 additions and 32 deletions

View File

@@ -21,6 +21,7 @@ requests = "*"
apache-libcloud = "*"
lockfile = "*"
defusedxml = "*"
pytest = "*"
[dev-packages]
bandit = "*"
@@ -33,9 +34,10 @@ pytest-watch = "*"
factory-boy = "*"
pytest-flask = "*"
pytest-env = "*"
pytest-cov = "*"
[requires]
python_version = "3.6"
python_version = "3.6.6"
[pipenv]
allow_prereleases = true