adds test dependencies to appveyor config

This commit is contained in:
Romain Dorgueil
2017-05-01 10:41:04 +02:00
parent a2f477319c
commit 27f2ab2fcb

View File

@ -63,7 +63,7 @@ install:
# compiled extensions and are not provided as pre-built wheel packages, # compiled extensions and are not provided as pre-built wheel packages,
# pip will build them from source using the MSVC compiler matching the # pip will build them from source using the MSVC compiler matching the
# target Python version and architecture # target Python version and architecture
- "%CMD_IN_ENV% pip install -e ." - "%CMD_IN_ENV% pip install -e .[dev]"
test_script: test_script:
# Run the project tests # Run the project tests