Skip to content

Commit

Permalink
TST: Add tests/indexing/ and reshape/ to setup.py (pandas-dev#17076)
Browse files Browse the repository at this point in the history
Looks like we just forgot about them.  Oops.
  • Loading branch information
gfyoung authored Jul 26, 2017
1 parent a7b4a9c commit e2588d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ def pxd(name):
'pandas.tests.computation',
'pandas.tests.sparse',
'pandas.tests.frame',
'pandas.tests.indexing',
'pandas.tests.indexes',
'pandas.tests.indexes.datetimes',
'pandas.tests.indexes.timedeltas',
Expand All @@ -676,6 +677,7 @@ def pxd(name):
'pandas.tests.io.msgpack',
'pandas.tests.io.formats',
'pandas.tests.groupby',
'pandas.tests.reshape',
'pandas.tests.series',
'pandas.tests.scalar',
'pandas.tests.tseries',
Expand Down

0 comments on commit e2588d9

Please sign in to comment.