Skip to content

Commit

Permalink
build config
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoxKlark committed Nov 13, 2021
1 parent d59f424 commit dc947b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 349,6 @@ for:
build: off

build_script:
- "%PYTHON%/python.exe -m pip install -e ."
- "coverage run --source imgui -m pytest"
- "coveralls"
- "%PYTHON%/python.exe -m pip install -e . -v"
- "%PYTHON%/python.exe -m coverage run --source imgui -m pytest -v"
- "%PYTHON%/python.exe -m coveralls"

0 comments on commit dc947b1

Please sign in to comment.