blob: 0c560d4a9fa0d80f579fad161f1b0b4d30dd2af3 (
plain)
1
2
3
4
5
6
7
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
# Things CI servers need to succeeed.
-r tox.pip
-r pytest.pip
-r wheel.pip
|