1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00
Files
opcua-asyncio/.travis.yml
2019-02-25 20:07:16 +01:00

16 lines
350 B
YAML

language: python
python:
- "3.6"
# command to install dependencies
install:
- pip install python-dateutil
- pip install pytz
- pip install lxml
- pip install aiofiles
- pip install asyncio-contextmanager
- pip install pytest --upgrade
- pip install pytest-asyncio
- pip install cryptography
# command to run tests
script: pytest -v