[TST] fixes for travis and appveyor

This commit is contained in:
Benedek Racz 2019-09-04 11:12:53 +02:00
parent d0fa4c7a84
commit d89f9a063c
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@ matrix:
python: "3.7" python: "3.7"
before_install: before_install:
- choco install python3 - 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 - virtualenv $HOME/venv
- source $HOME/venv/Scripts/activate - source $HOME/venv/Scripts/activate

View File

@ -6,4 +6,4 @@ install:
- pip install .[test] - pip install .[test]
test_script: test_script:
- coverage run -m unittest - python -m unittest