2021-11-30 14:51:24 +01:00

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}