Skip to content

Commit

Permalink
EXPERIMENTAL: Remove coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Makman2 committed May 8, 2015
1 parent b68c5ec commit 248fd6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ install:
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
- "git status"

- "%CMD_IN_ENV% pip install coverage"
# - "%CMD_IN_ENV% pip install coverage"

build: false # Not a C# project, build stuff at the test step instead.

test_script:
- "%CMD_IN_ENV% python run_tests.py --cover"
- "%CMD_IN_ENV% python run_tests.py"
- "%CMD_IN_ENV% python setup.py install"

0 comments on commit 248fd6f

Please sign in to comment.