adds test dependencies to appveyor config
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user