mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 02:46:59 +00:00
[TST] fixes for travis and appveyor
This commit is contained in:
parent
d0fa4c7a84
commit
d89f9a063c
@ -6,7 +6,8 @@ matrix:
|
||||
python: "3.7"
|
||||
before_install:
|
||||
- choco install python3
|
||||
- export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
|
||||
- export PATH="/c/Python37;/c/Python37/Scripts;$PATH"
|
||||
- ls -la /c/Python37/Scripts
|
||||
- virtualenv $HOME/venv
|
||||
- source $HOME/venv/Scripts/activate
|
||||
|
||||
|
@ -6,4 +6,4 @@ install:
|
||||
- pip install .[test]
|
||||
|
||||
test_script:
|
||||
- coverage run -m unittest
|
||||
- python -m unittest
|
||||
|
Loading…
Reference in New Issue
Block a user