Make tox installing with --develop

pull/49/head
Michael Egorov 2017-09-16 23:49:58 -07:00
parent c17d9773a8
commit 049ced4e32
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ envlist = py35,py36
deps = .[testing]
install_command = pip install --process-dependency-links {opts} {packages}
commands = py.test {posargs}
usedevelop = True
[pytest]
testpaths = tests