mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 02:46:59 +00:00
[TEST] fix appveyor codecov command
This commit is contained in:
parent
79cadfa57b
commit
fb58f671af
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -9,4 +9,4 @@ test_script:
|
|||||||
- tox
|
- tox
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
- codecov
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
Loading…
Reference in New Issue
Block a user