Skip to content

Commit

Permalink
Restore usedevelop=True now that pip 19.1.1 restored the old behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed May 6, 2019
1 parent dcf65a9 commit 2795689
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tox.ini
Expand Up @@ -73,8 +73,7 @@ commands = pre-commit run --all-files --show-diff-on-failure

[testenv:docs]
basepython = python3
# broken due to pip 19.1 (#5167)
# usedevelop = True
usedevelop = True
changedir = doc/en
deps = -r{toxinidir}/doc/en/requirements.txt

Expand Down Expand Up @@ -128,8 +127,7 @@ commands =
[testenv:release]
decription = do a release, required posarg of the version number
basepython = python3.6
# broken due to pip 19.1 (#5167)
# usedevelop = True
usedevelop = True
passenv = *
deps =
colorama
Expand Down

0 comments on commit 2795689

Please sign in to comment.