File: tox.ini

package info (click to toggle)
aiowsgi 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 188 kB
  • sloc: python: 567; makefile: 126
file content (9 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py27,py34,py35,py36

[testenv]
skip_install = true
commands =
    {envbindir}/py.test []
deps =
    -e .[test]