Skip to content

Commit

Permalink
Merge pull request #238 from narekgharibyan/master
Browse files Browse the repository at this point in the history
release 0.2.4
  • Loading branch information
narekgharibyan authored Aug 31, 2017
2 parents d7ae0bb + 20fa093 commit 27b1015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pykeyvi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def symlink_keyvi():
additional_compile_flags = []

# workaround for https://bitbucket.org/pypy/pypy/issues/2626/invalid-conversion-from-const-char-to-char
if os.environ['PYTHON_VERSION'] == 'pypy2':
if os.environ.get('PYTHON_VERSION', '') == 'pypy2':
additional_compile_flags.append('-fpermissive')

# re-map the source files in the debug symbol tables to there original location so that stepping in a debugger works
Expand Down Expand Up @@ -225,7 +225,7 @@ def run(self):

PACKAGE_NAME = 'pykeyvi'

version = '0.2.3'
version = '0.2.4'

install_requires = [
'msgpack-python',
Expand Down
2 changes: 0 additions & 2 deletions travis/pypirc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ index-servers=
pypitest

[pypitest]
repository = https://testpypi.python.org/pypi

[pypi]
repository = https://pypi.python.org/pypi

0 comments on commit 27b1015

Please sign in to comment.