We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbcff07 + 5db7e2d commit c67fbb6Copy full SHA for c67fbb6
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[crypto,pynacl]
+ --editable 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