Skip to content

Commit

Permalink
BLD: update appveyor build to use numpy 1.11 for 3.5 build
Browse files Browse the repository at this point in the history
BLD: correctly install tools.tests.data

closes #13472
  • Loading branch information
jreback committed Jun 17, 2016
1 parent 9d33c7b commit e24ab24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ environment:
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "64"
CONDA_PY: "35"
CONDA_NPY: "110"
CONDA_NPY: "111"


# We always use a 64-bit machine, but can build x86 distributions
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ def pxd(name):
'tests/data/*.xlsx',
'tests/data/*.xlsm',
'tests/data/*.table',
'tests/tools/data/*.csv',
'tests/parser/data/*.csv',
'tests/parser/data/*.gz',
'tests/parser/data/*.bz2',
Expand All @@ -602,7 +601,7 @@ def pxd(name):
'tests/data/*.html',
'tests/data/html_encoding/*.html',
'tests/json/data/*.json'],
'pandas.tools': ['tests/*.csv'],
'pandas.tools': ['tests/data/*.csv'],
'pandas.tests': ['data/*.pickle',
'data/*.csv'],
'pandas.tests.formats': ['data/*.csv'],
Expand Down

0 comments on commit e24ab24

Please sign in to comment.