Kaydet (Commit) 518caa94 authored tarafından Berker Peksag's avatar Berker Peksag

Cleanup tox.ini.

üst 73cdb542
[tox] [tox]
envlist = py26,py27,pypy,py32,py33,py34 envlist = py26, py27, py33, py34, pypy, pypy3
skipsdist = True skipsdist = True
[testenv] [testenv]
usedevelop = True
commands = commands =
pip install --allow-all-external -e . - nosetests
nosetests - flake8 astor tests
flake8 astor tests
deps = deps =
-rrequirements-dev.txt -rrequirements-dev.txt
py26: unittest2
[testenv:py26]
deps =
{[testenv]deps}
unittest2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment