DEBSOURCES
Skip Quicknav
sources / python-psycopg2cffi / 2.9.0-1 / tox.ini
123456789
[tox] envlist=py27,py35,py36,py37,py38,pypy,pypy3 [testenv] deps= pytest commands= pip install -e . py.test {posargs: psycopg2cffi/tests}