mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 06:46:16 +00:00
6 lines
95 B
INI
6 lines
95 B
INI
[tox]
|
|
envlist = py26, py27 #, py25, py31, py32
|
|
|
|
[testenv]
|
|
commands = {envpython} test_clint.py
|