mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 02:46:59 +00:00
10 lines
91 B
YAML
10 lines
91 B
YAML
# appveyor.yml
|
|
---
|
|
build: off
|
|
|
|
install:
|
|
- pip install .[test]
|
|
|
|
test_script:
|
|
- tox
|