File: tox.ini

package info (click to toggle)
python-foobot-async 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 136 kB
  • sloc: python: 263; makefile: 15
file content (11 lines) | stat: -rw-r--r-- 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist=py35,py36,py37,py38,py39,py310,py311

[testenv]
commands=py.test --cov=foobot_async
deps=pytest
     pytest-cov
     coverage
     aioresponses==0.7.1
     asynctest
     asyncio>=3.1.0