aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2018-10-24 19:10:10 -0700
committerstark, steven <steven.stark@att.com>2018-10-24 19:10:10 -0700
commit72eef9521cc96587d148c84a00e72b4a30cc3efa (patch)
treec294ece37a09e07a320b5e311be489e2c44d0ea2 /tox.ini
parent5fe6216becd1d0451d356569de24fd68d49d9982 (diff)
[VVP] freeze python requirements in vvp projects
Change-Id: I7924e811054ecaf56bf99bede272f199ac894cc2 Issue-ID: VVP-115 Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index e414f82..61667f5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -50,8 +50,8 @@ commands =
coverage run --module pytest ice_validator/tests --self-test -rxXs
coverage xml
deps = -rrequirements.txt
- flake8
- coverage
+ flake8==3.4.1
+ coverage==4.5.1
[testenv:style]
commands = flake8 ice_validator