Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBachmann committed Feb 7, 2021
1 parent 703b238 commit eef582e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ environment:
- PYTHON: 'C:\pypy37'
platform: x86
build_script:
- cmd: python setup.py clean
- cmd: python -B setup.py build # -B avoids writing .pyc files
- cmd: python -m pip install -e .
test_script: # Examples learned from https://social.technet.microsoft.com/wiki/contents/articles/7703.powershell-running-executables.aspx
- ps: $ErrorActionPreference = "Stop";
- ps: If(($env:PYTHON).Contains("pypy")) { & ($env:PYTHON + '\bin\coverage') 'run' '--branch' '--include' 'tests.py,tagsplorer/*.py' 'tests.py' 2>&1 } Else { coverage run --branch --include tests.py,tagsplorer/*.py tests.py 2>&1 } 2>&1
Expand Down

0 comments on commit eef582e

Please sign in to comment.