From eab1b99bda41e41c3c09f4fc2a2cbe4f056b0b0a Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Fri, 22 Sep 2017 23:13:28 -0600 Subject: [PATCH] third times a charm --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 130270bd..710904c0 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ sphinx = "<=1.5.5" "-e ." = "*" twine = "*" "sphinx-click" = "*" -"pytest-xdist" = {version = "*", os_name = '=="posix"'} +"pytest-xdist" = {version = "*", os_name = "=='posix'"} [requires]