Skip to content

Commit

Permalink
tox: revert install_command, upgrade pip/virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Aug 4, 2019
1 parent 291de56 commit 7d3ca7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Expand Up @@ -13,7 +13,10 @@ setenv =
passenv =
*
deps =
# Upgrade/pin pip/virtualenv for e.g. more-itertools to be handled properly.
pip==19.2.1
virtualenv==16.7.2

t310: pytest==3.10.1
t40: pytest==4.0.2
t41: pytest==4.1.1
Expand All @@ -27,8 +30,6 @@ deps =
c44: coverage==4.4.2
c45: coverage==4.5.3
pip_pre = true
# Upgrade e.g. virtualenv for e.g. more-itertools to be handled properly.
install_command = python -m pip install -U {opts} {packages}
commands =
pytest {posargs:-vv}

Expand Down

0 comments on commit 7d3ca7f

Please sign in to comment.