Skip to content

Commit

Permalink
Merge pull request #1504 from dhermes/appveyor-nose-exclude
Browse files Browse the repository at this point in the history
Adding nose-exclude as an AppVeyor dependency.
  • Loading branch information
dhermes committed Feb 20, 2016
2 parents 9f5d9a4 + c431615 commit 7de859f
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 @@ -85,7 +85,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 wheel nose unittest2 cryptography"
- "%CMD_IN_ENV% pip install wheel nose nose-exclude unittest2 cryptography"

build_script:
# Build the compiled extension
Expand Down

0 comments on commit 7de859f

Please sign in to comment.