From ecf3adac28c3f61c220863937eb557ca76203001 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Wed, 8 Aug 2018 12:23:45 -0500 Subject: [PATCH] Add runtests.py and conftest.py to our tarball This will allow external developers to run our test suite as we do in our CIs. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 697471b01c4..f1c38b5b036 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,3 +13,5 @@ include README.md include LICENSE include CHANGELOG.md include bootstrap.py +include runtests.py +include conftest.py