File: tox.ini

package info (click to toggle)
python-psycopg2cffi 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 824 kB
  • sloc: python: 10,828; makefile: 17
file content (9 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tox]
envlist=py27,py35,py36,py37,py38,pypy,pypy3

[testenv]
deps=
    pytest
commands=
    pip install -e .
    py.test {posargs: psycopg2cffi/tests}