Skip to content

Commit

Permalink
tox: enable usedevelop for faster testsuite startup (#4776)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre authored and pfmoore committed Oct 6, 2017
1 parent 02c219e commit 6af0a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ setenv =
deps = -r{toxinidir}/dev-requirements.txt
commands = py.test --timeout 300 []
install_command = python -m pip install {opts} {packages}
usedevelop = True

[testenv:docs]
deps = sphinx == 1.6.1
Expand Down

0 comments on commit 6af0a83

Please sign in to comment.