mirror of
https://github.com/clearml/wexpect-venv
synced 2025-02-07 13:30:56 +00:00
10 lines
101 B
YAML
10 lines
101 B
YAML
# appveyor.yml
|
|
---
|
|
build: off
|
|
|
|
install:
|
|
- pip install .[test]
|
|
|
|
test_script:
|
|
- python -m tox
|