mirror of https://github.com/mahmoud/boltons.git
6 lines
107 B
INI
6 lines
107 B
INI
|
[tox]
|
||
|
envlist = py27
|
||
|
[testenv]
|
||
|
deps = -rrequirements-test.txt
|
||
|
commands = py.test --doctest-modules boltons
|