7 lines
126 B
INI
7 lines
126 B
INI
[tox]
|
|
envlist=py27,py34,py35
|
|
skip_missing_interpreters=true
|
|
|
|
[testenv]
|
|
deps=-rrequirements-testing.txt
|
|
commands=py.test test/
|