Skip to content

Commit

Permalink
remove [testenv:dev]commands (no use)
Browse files Browse the repository at this point in the history
  • Loading branch information
Weifan Fu authored and wolverineav committed Nov 29, 2018
1 parent d3b1d72 commit d32ae9a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,19 @@ commands = stestr run {posargs}
basepython = python3
commands = flake8 {posargs}

[testenv:dev]
basepython = python3
# run locally (not in the gate) using editable mode
# https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs

[testenv:py27-dev]
basepython = python2.7
commands =
{[testenv:dev]commands}
{[testenv]commands}

[testenv:py35-dev]
basepython = python3.5
commands =
{[testenv:dev]commands}
{[testenv]commands}

[testenv:py36-dev]
basepython = python3.6
commands =
{[testenv:dev]commands}
{[testenv]commands}

[testenv:venv]
Expand Down

0 comments on commit d32ae9a

Please sign in to comment.