We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc4b77f + 0b0e5c3 commit 2a376aeCopy full SHA for 2a376ae
1 file changed
tox.ini
@@ -30,7 +30,7 @@ install_command = pip install --pre {opts} {packages}
30
# Must to be invoked explicitly with, e.g. `tox -e with-sslib-master`
31
[testenv:with-sslib-master]
32
deps =
33
- --editable git+http://github.com/secure-systems-lab/securesystemslib.git@master#egg=securesystemslib
+ git+http://github.com/secure-systems-lab/securesystemslib.git@master#egg=securesystemslib
34
-r{toxinidir}/requirements-test.txt
35
--editable {toxinidir}
36
0 commit comments