Skip to content

Commit

Permalink
BLD: fix cython artifact caching, for fast testing with tox
Browse files Browse the repository at this point in the history
  • Loading branch information
y-p committed Mar 20, 2013
1 parent a6db105 commit 64f35e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@ def cython_sources(self, sources, extension):
build_ext.cython_sources(self, [s], extension)
self._put_to_cache(hash, target)

sources = [x for x in sources if x.startswith("pandas")]

return sources


Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ deps =
numpy >= 1.6.1
nose
pytz
six

# cd to anything but the default {toxinidir} which
# contains the pandas subdirectory and confuses
Expand Down
1 change: 1 addition & 0 deletions tox_prll.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ deps =
numpy >= 1.6.1
nose
pytz
six

# cd to anything but the default {toxinidir} which
# contains the pandas subdirectory and confuses
Expand Down

0 comments on commit 64f35e8

Please sign in to comment.