summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-06-24 11:43:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-06-24 11:43:28 -0400
commit11998ee5ee43b334744123f820b488091728ae52 (patch)
treea90234a68fd193415a10b7dfdcab5b01982ba8f6 /requirements
parenta1ae430c3cd952478e677ca396db1c9e560eaa8f (diff)
downloadpython-coveragepy-git-11998ee5ee43b334744123f820b488091728ae52.tar.gz
Update NOTICE link to GitHub.
Diffstat (limited to 'requirements')
-rw-r--r--requirements/ci.pip2
-rw-r--r--requirements/dev.pip2
-rw-r--r--requirements/pytest.pip2
3 files changed, 3 insertions, 3 deletions
diff --git a/requirements/ci.pip b/requirements/ci.pip
index 12e9c698..cb94d737 100644
--- a/requirements/ci.pip
+++ b/requirements/ci.pip
@@ -1,5 +1,5 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# Things CI servers need to succeeed.
-r tox.pip
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 98cac62e..7616d6b4 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -1,5 +1,5 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# Requirements for doing local development work on coverage.py.
# https://requires.io/github/nedbat/coveragepy/requirements/
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index d90c16b4..19a5ccd4 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -1,5 +1,5 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# The pytest specifics used by coverage.py