Skip to content

Commit

Permalink
[skip ci] try to fix pip install from github, try4
Browse files Browse the repository at this point in the history
  • Loading branch information
willsheffler committed Jan 24, 2018
1 parent 1b45411 commit 59cf5f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
from distutils.version import LooseVersion


setup_requires = ['wheel', 'pytest-runner', 'jinja2'],
setup_requires = ['wheel', 'pytest-runner', 'jinja2']
install_requires = ['numpy', 'pandas', 'xarray', 'parsimonious', 'mock', 'pytest',
'pytest-xdist', 'hypothesis', 'colorama', 'pytest_cpp',
'pytest-sugar', 'tqdm', 'dask', 'homog', 'jinja2'],
'pytest-sugar', 'tqdm', 'dask', 'homog', 'jinja2']
tests_require = ['pytest', 'pytest-xdist', 'hypothesis', 'colorama',
'pytest_cpp', 'homog', 'jinja2'],
'pytest_cpp', 'homog', 'jinja2']


###############################################################################
Expand Down Expand Up @@ -274,7 +274,7 @@ def build_extension(self, ext):
setup_requires=setup_requires,
install_requires=install_requires,
tests_require=tests_require,
test_suite='pytest'
test_suite='pytest',
# packages=['rif'],
# package_dir={'rif': 'src/rif'},
# package_data={'rif': marshal_package_data()}
Expand Down

0 comments on commit 59cf5f9

Please sign in to comment.