projects
/
idea
/
community.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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