Skip to content

Commit

Permalink
see if this fixes the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Jan 16, 2018
1 parent 6674cf7 commit 245d80f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ pytest-xdist = "*"
[packages]

"e1839a8" = {path = ".", editable = true}
tablib = "*"


[scripts]

Expand Down
4 changes: 4 additions & 0 deletions pipenv/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ def get_default_indexes():
# Support for PIP_EXTRA_URL.
if 'PIP_EXTRA_INDEX_URL' in os.environ:
indexes.append(os.environ['PIP_EXTRA_INDEX_URL'])

# Fallback
if not indexes:
indexes = ['https://pypi.python.org/pypi']

return indexes

Expand Down

0 comments on commit 245d80f

Please sign in to comment.