Skip to content

Commit 879f217

Browse files
committed
CLN: fix up parser setup structure
1 parent 85a6c75 commit 879f217

File tree

2 files changed

+4
-47
lines changed

2 files changed

+4
-47
lines changed

pandas/io/tests/parser/data/salary.table

Lines changed: 0 additions & 47 deletions
This file was deleted.

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,10 @@ def pxd(name):
599599
'tests/data/*.xlsx',
600600
'tests/data/*.xlsm',
601601
'tests/data/*.table',
602+
'tests/parser/data/*.csv',
603+
'tests/parser/data/*.gz',
604+
'tests/parser/data/*.bz2',
605+
'tests/parser/data/*.txt',
602606
'tests/sas/data/*.csv',
603607
'tests/sas/data/*.xpt',
604608
'tests/sas/data/*.sas7bdat',

0 commit comments

Comments
 (0)