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