We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8482f2c + 0870d53 commit 5a3ac9cCopy full SHA for 5a3ac9c
tox.ini
@@ -29,10 +29,8 @@ install_command = python3 -m pip install {opts} {packages}
29
# Develop test env to run tests against securesystemslib's master branch
30
# Must to be invoked explicitly with, e.g. `tox -e with-sslib-master`
31
[testenv:with-sslib-master]
32
-deps =
33
- git+https://github.com/secure-systems-lab/securesystemslib.git@master#egg=securesystemslib[crypto,pynacl]
34
- -r{toxinidir}/requirements-test.txt
35
- --editable {toxinidir}
+commands_pre =
+ python3 -m pip install git+https://github.com/secure-systems-lab/securesystemslib.git@master#egg=securesystemslib[crypto,pynacl]
36
37
commands =
38
python3 -m coverage run aggregate_tests.py
0 commit comments