From 63c1e3d65c1ed8ba3cc75ffff8b2c821221cf37e Mon Sep 17 00:00:00 2001 From: Ben Thompson Date: Mon, 6 Jun 2016 19:20:40 -0400 Subject: [PATCH] Add pytest to travis. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1141fde..1432c18 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ packages = ['cppimport'], install_requires = [ - 'mako', 'pybind11' + 'mako', 'pybind11', 'pytest' ], zip_safe = False, entry_points = {