File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ test: off
28
28
test_script :
29
29
- pip install -r requirements-test.txt
30
30
- pip install xmlsec --only-binary=xmlsec --no-index --find-links=dist
31
- - pytest -v
31
+ - pytest -v --color=yes
32
32
- ps : Get-ChildItem dist\*.whl | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
33
33
34
34
deploy : on
Original file line number Diff line number Diff line change 34
34
/opt/python/${{ matrix.python-abi }}/bin/pip install xmlsec --only-binary=xmlsec --no-index --find-links=wheelhouse/
35
35
- name : Run tests
36
36
run : |
37
- /opt/python/${{ matrix.python-abi }}/bin/pytest -v
37
+ /opt/python/${{ matrix.python-abi }}/bin/pytest -v --color=yes
38
38
- name : Upload dist
39
39
if : startsWith(github.ref, 'refs/tags/')
40
40
env :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ install:
38
38
- travis_retry pip install coverage codecov -r requirements-test.txt --upgrade --force-reinstall
39
39
- travis_retry pip install -e "."
40
40
- pip list
41
- script : coverage run -m pytest -v tests
41
+ script : coverage run -m pytest -v tests --color=yes
42
42
after_success :
43
43
- lcov --capture --directory . --output-file coverage.info
44
44
- lcov --list coverage.info
You can’t perform that action at this time.
0 commit comments