blob: fe17a4c41ec5dc5d8a1d60df1aaf110e1d801d22 (
plain)
1
2
3
4
5
6
7
8
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# Things CI servers need to succeeed.
-r tox.pip
-r pytest.pip
-r wheel.pip
tox-travis==0.11
|