1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00

add aiosqlite to travis cfg

This commit is contained in:
Christian Bergmiller 2019-08-29 14:53:35 +02:00
parent e0c690be39
commit 334aa9498f

View File

@ -7,6 +7,7 @@ install:
- pip install pytz
- pip install lxml
- pip install aiofiles
- pip install aiosqlite
- pip install asyncio-contextmanager
- pip install pytest --upgrade
- pip install pytest-asyncio