Skip to content

Commit

Permalink
Fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Sirokov committed Dec 3, 2020
1 parent 467fefe commit 80ce522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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 \"pytest>=4.3.0\" .[cef]"
- "%CMD_IN_ENV% pip install \"pytest>=4.3.0\" six .[cef]"


test_script:
Expand Down

0 comments on commit 80ce522

Please sign in to comment.