summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCooper Lees <me@cooperlees.com>2017-02-26 20:19:06 -0800
committerCooper Lees <me@cooperlees.com>2017-03-23 10:50:02 -0700
commit0772ab3e242e94e846bf75fb4f78744d5050b699 (patch)
treedb59d17ef51abe44489489fe5da2aeda7187f12a /.gitignore
parent7adacc8b188bd6e9e39e3696528abbc264189682 (diff)
downloadpip-0772ab3e242e94e846bf75fb4f78744d5050b699.tar.gz
- Change the pip outdated check to use PackageFinder to find current
PyPI versions -- Replaces the always phone back to pypi.python.org JSON call -- This allows us specify a local mirror to be use to query for updated version and respects other set options -- Update tests -- Fix setup.py to include freezegun for tests
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1eac77423..9ed67ea95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ MANIFEST
.tox
.cache
*.egg
+*.eggs
*.py[cod]
*~
.coverage