[TEST] fix appveyor codecov command

This commit is contained in:
Benedek Racz 2019-09-05 16:30:45 +02:00
parent 79cadfa57b
commit fb58f671af
3 changed files with 10 additions and 16 deletions

View File

@ -13,15 +13,12 @@ matrix:
- ls -la /c/Python37/Scripts - ls -la /c/Python37/Scripts
- virtualenv $HOME/venv - virtualenv $HOME/venv
- source $HOME/venv/Scripts/activate - source $HOME/venv/Scripts/activate
# command to install dependencies # command to install dependencies
install: install:
- pip install .[test] - pip install .[test]
# command to run tests # command to run tests
script: script:
- tox - tox
# Push the results back to codecov # Push the results back to codecov
after_success: after_success:
- codecov - codecov

View File

@ -77,9 +77,6 @@ To run test, enter into the folder of the wexpect's repo then:
`python -m unittest` `python -m unittest`
Note that `tests.test_constructor.TestCaseConstructor.test_constructor` test fails due to
[STDERR isn't handled properly #2](https://github.com/raczben/wexpect/issues/2).
### Release ### Release
The wexpect uses [pbr](https://docs.openstack.org/pbr/latest/) for managing releasing procedures. The wexpect uses [pbr](https://docs.openstack.org/pbr/latest/) for managing releasing procedures.

View File

@ -9,4 +9,4 @@ test_script:
- tox - tox
after_test: after_test:
- codecov - bash <(curl -s https://codecov.io/bash)