From 137a986b5527b023e166449782df1040c082c2b8 Mon Sep 17 00:00:00 2001 From: James Adams Date: Thu, 30 Jan 2020 09:13:07 -0500 Subject: [PATCH] fixed tox.ini to use correct CircleCI variables #53 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2c52966..eaedeb8 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ minversion = 3.3.0 isolated_build = true [testenv] -passenv = CI CIRCLECI CIRCLECI_* +passenv = CI CIRCLECI CIRCLE_* deps = codecov opencv-python