From 27f2ab2fcb07c4ea8032f3f29783dbdd4084a871 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Mon, 1 May 2017 10:41:04 +0200 Subject: [PATCH] adds test dependencies to appveyor config --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bb7f99a..0779d84 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -63,7 +63,7 @@ install: # compiled extensions and are not provided as pre-built wheel packages, # pip will build them from source using the MSVC compiler matching the # target Python version and architecture - - "%CMD_IN_ENV% pip install -e ." + - "%CMD_IN_ENV% pip install -e .[dev]" test_script: # Run the project tests