File: tox.ini

package info (click to toggle)
python-binary-memcached 0.31.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 304 kB
  • sloc: python: 1,723; makefile: 17
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[tox]
envlist = py27,py34,py35,py36,py37,py38,py39,py310
[testenv]
deps = -rrequirements_test.txt
commands = python setup.py develop
    py.test -s
    flake8