8 lines
141 B
INI
8 lines
141 B
INI
[tox]
|
|
envlist=py27,py34,py35,py36
|
|
skip_missing_interpreters=true
|
|
|
|
[testenv]
|
|
deps=-rrequirements-testing.txt
|
|
commands=py.test test/ {posargs}
|