Skip to content

Commit

Permalink
add testenv:dev in tox.ini
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 2c53da5 commit d3b1d72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ 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 =
Expand Down

0 comments on commit d3b1d72

Please sign in to comment.