ENH: Fix travis build pathing
authorHans Johnson <hans-johnson@uiowa.edu>
Wed, 27 Jul 2016 13:56:45 +0000 (08:56 -0500)
committerHans Johnson <hans-johnson@uiowa.edu>
Thu, 28 Jul 2016 13:51:34 +0000 (08:51 -0500)
commit44ef9da070628a2ff7bf63afca60d0ebe0ed7875
tree6360617a84cb9dec7de73843ecd6dd8a0f314864
parentfc1e5887fd89ec49efa8358e492b6d84caa041ae
ENH: Fix travis build pathing

The travis builds were attempting to be done
inside the source tree.  This is generally considered
bad form since it is possible for dynamically created
files to overwrite static files, and because the
files manages by git should not be confouded with
build files.
.travis.yml