Skip to content

Commit

Permalink
Fix coveralls in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Mar 17, 2019
1 parent 4b0e88a commit 8e21388
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build_script:
- SET PATH=%PYTHON%;%PYTHON%\Scripts;;%PATH%
- python --version
- python -c "import struct; print(struct.calcsize('P') * 8)"
- pip install -U coveralls wheel
- pip install -U wheel
- python setup.py bdist_wheel
# TODO: insert a sarcastic comment about lacking wildcard support, powershell
# treating stderr output as error, impossibility to set variable from command
Expand All @@ -45,4 +45,5 @@ test_script:
- py.test ../tests/ -n 2 --cov=parsec --cov-config=../setup.cfg --runslow --runmountpoint -x --postgresql --log-level=DEBUG -vvv -x

on_success:
- coveralls
- pip install -U --user coveralls
- python -m coveralls

0 comments on commit 8e21388

Please sign in to comment.