From 101d6a071d19081495a310edd15d646f0f8b96be Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 20 Nov 2017 16:25:33 -0500 Subject: [PATCH] Include cython in tox builds --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2acf6835..adca3fad 100644 --- a/tox.ini +++ b/tox.ini @@ -9,12 +9,14 @@ deps= pytestrelease: pytest pytestmaster: git+https://github.com/pytest-dev/pytest.git@master pytestfeatures: git+https://github.com/pytest-dev/pytest.git@features + cython [testenv:benchmark] -commands=py.test {posargs:testing/benchmark.py} +commands=py.test testing/benchmark.py {posargs} deps= pytest pytest-benchmark + cython [testenv:check] deps =