tox: test dilation on py3, but not on py2

This commit is contained in:
Brian Warner 2018-12-24 14:37:19 -05:00
parent 4083beeb6c
commit b01f48ad88

View File

@ -10,7 +10,7 @@ minversion = 2.4.0
[testenv]
usedevelop = True
extras = dev
extras = dev,dilate
deps =
pyflakes >= 1.2.3
commands =
@ -18,6 +18,8 @@ commands =
wormhole --version
python -m wormhole.test.run_trial {posargs:wormhole}
[testenv:py27]
extras = dev
# on windows, trial is installed as venv/bin/trial.py, not .exe, but (at
# least appveyor) adds .PY to $PATHEXT. So "trial wormhole" might work on