Skip to content

Commit

Permalink
Merge pull request #44 from vikingco/fix-pip
Browse files Browse the repository at this point in the history
Use correct paths for PIP 10
  • Loading branch information
nielsvanoch authored Apr 16, 2018
2 parents 7244736 + e59181b commit 9c77c55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
- "2.7"
- "3.6"
install:
- pip install --upgrade pip
- pip install -e .
- pip install -r requirements/requirements_test.txt
- pip install "Django${DJANGO}"
Expand Down
2 changes: 1 addition & 1 deletion locking/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.6'
__version__ = '2.0.7'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
from pip.req import parse_requirements
from pip.download import PipSession
from pip._internal.req.req_file import parse_requirements
from pip._internal.download import PipSession
import locking

from os import path
Expand Down

0 comments on commit 9c77c55

Please sign in to comment.