Skip to content

Commit

Permalink
add dev tox env (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Oct 26, 2018
1 parent dc2ebe3 commit afca44a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,12 @@ exclude = virtualenv_embedded/site.py

[pep8]
max-line-length = 120

[testenv:dev]
description = generate a DEV environment
extras = testing, docs
# required to make looponfail reload on every source code change
usedevelop = True
basepython = python3.7
commands = python -m pip list --format=columns
python -c 'import sys; print(sys.executable)'

0 comments on commit afca44a

Please sign in to comment.