Skip to content

Commit

Permalink
Fix CI + fix intermediat pipenv issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tammoippen committed Nov 9, 2017
1 parent ddcf0aa commit d11bca1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:
fi
- pip install pipenv
- pipenv install --dev
- python -c 'import geopip; print(geopip._geopip.SHAPELY_AVAILABLE)'
- pipenv run python -c 'import geopip; print(geopip._geopip.SHAPELY_AVAILABLE)'

script: PYTHONPATH=$PWD pipenv run pytest

Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name = "pypi"

[packages]
"2om6x5ml" = {path = ".", editable = true}
"geohash-hilbert" = "*"


[dev-packages]
Expand Down
10 changes: 8 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d11bca1

Please sign in to comment.