File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ environment:
32
32
PYTHON_VERSION : " 3.5"
33
33
PYTHON_ARCH : " 64"
34
34
CONDA_PY : " 35"
35
- CONDA_NPY : " 110"
35
+ CONDA_NPY : " 111"
36
+
36
37
37
38
# We always use a 64-bit machine, but can build x86 distributions
38
39
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
Original file line number Diff line number Diff line change @@ -591,7 +591,6 @@ def pxd(name):
591
591
'tests/data/*.xlsx' ,
592
592
'tests/data/*.xlsm' ,
593
593
'tests/data/*.table' ,
594
- 'tests/tools/data/*.csv' ,
595
594
'tests/parser/data/*.csv' ,
596
595
'tests/parser/data/*.gz' ,
597
596
'tests/parser/data/*.bz2' ,
@@ -602,7 +601,7 @@ def pxd(name):
602
601
'tests/data/*.html' ,
603
602
'tests/data/html_encoding/*.html' ,
604
603
'tests/json/data/*.json' ],
605
- 'pandas.tools' : ['tests/*.csv' ],
604
+ 'pandas.tools' : ['tests/data/ *.csv' ],
606
605
'pandas.tests' : ['data/*.pickle' ,
607
606
'data/*.csv' ],
608
607
'pandas.tests.formats' : ['data/*.csv' ],
You can’t perform that action at this time.
0 commit comments