From 4281d1a56162648fa6c5ef7753bf2c97a5085727 Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Sat, 30 Mar 2019 19:05:26 -0500 Subject: [PATCH] 'pytest -v tests' requires explicit dependency downloading --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 02f7fca..23456a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,4 +46,5 @@ install: build_script: - "pip install %NUMPY%" - "pip install pytest pytest-runner" + - "pip install awkward>=0.7.0" - "pytest -v tests"