Closed brianc closed 12 years ago
This contains some fixes to get the test suite passing on windows. Mostly dealing with \ versus / and using os.tmpDir() in place of /tmp.
\
/
os.tmpDir()
/tmp
I can squash this into a single commit if you'd rather. Not sure how you like things contributord.
Also - I was thinking of getting this set up in travis-ci. Can you dig that?
This contains some fixes to get the test suite passing on windows. Mostly dealing with
\
versus/
and usingos.tmpDir()
in place of/tmp
.