PY-19015: Check env has commands, skip fixers if has no
[idea/community.git] / python / testData / toxtest / toxOneInterpreter / tox.ini
1 [tox]
2 skipsdist=True
3 envlist = py26, py27, py34, py32
4 skip_missing_interpreters = True
5 [testenv:py27]
6 commands=python --version
7 whitelist_externals  = python