commit | 519716972ef4d2094667b198ade27cd773cf2ac1 | [log] [tgz] |
---|---|---|
author | Hansen, Tony (th1395) <th1395@att.com> | Fri Feb 19 00:13:43 2021 +0000 |
committer | Hansen, Tony (th1395) <th1395@att.com> | Fri Feb 19 01:38:02 2021 +0000 |
tree | cfd518bcffa74b3c187f75d278b4f8eea1677f68 | |
parent | 9522feafa81ad4a1a4b398722ba8dee82c3f8ca2 [diff] [blame] |
fix for py38/py39 tests Change-Id: I881926030fe496d5c1976b2ec2534d9b58b71643 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2494 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
diff --git a/makefile b/makefile new file mode 100644 index 0000000..6cece87 --- /dev/null +++ b/makefile
@@ -0,0 +1,3 @@ +runtests: + . ~/bin/set_proxies; tox tests | cat + coverage html