Skip to content

Commit

Permalink
Remove obsolete CLI param for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Jan 24, 2019
1 parent 15b8048 commit d8bcb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ commands =
py.test --cov-report term-missing --cov-fail-under 100 --cov kinto_ldap {posargs}
deps =
-rdev-requirements.txt
install_command = pip install --process-dependency-links --pre {opts} {packages}
install_command = pip install --pre {opts} {packages}

[testenv:kinto-master]
basepython=python3
Expand Down

0 comments on commit d8bcb9f

Please sign in to comment.