Currently the tests are just run from the repo on travis and appveyor, I guess. We should change the CI script so that the tests are run against a pip installed version.
It may be sufficient to just do mkdir build_test && cd build_test then pytest .. so that dateutil is not in .
If necessary, we can move test out of dateutil/ into a sibling directory of dateutil.