summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2018-10-24 19:27:39 -0700
committerstark, steven <steven.stark@att.com>2018-10-24 19:27:39 -0700
commitda078bea611c1d960926591e72f9dd37aadd2a46 (patch)
tree6a66a523450bea546cd85eab757f2c97a294c709 /tox.ini
parente41b050e4fcd60942814388c08434c3726e719cd (diff)
[VVP] freeze python requirements in vvp projects
Change-Id: I76bc94057f4260ef78af60191a8514c9d67de58f Issue-ID: VVP-115 Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index fa9b95b..0554dde 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,9 +11,9 @@ commands =
pytest --version
pytest --cov imagescanner --cov-report=xml --cov-report=term --verbose
deps = -rrequirements.txt
- flake8
- pytest-cov
- pytest
+ flake8==3.6.0
+ pytest-cov==2.6.0
+ pytest==3.9.2
[testenv:style]
basepython=python3.6