From 4882d0824babc342222805ed6f42db17d05a4692 Mon Sep 17 00:00:00 2001 From: Richard O'Dwyer Date: Wed, 16 Oct 2019 22:07:13 +0100 Subject: [PATCH] travis config --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c05eeaa..d4636a0 100644 --- a/tox.ini +++ b/tox.ini @@ -8,5 +8,6 @@ commands = python setup.py install pytest {toxinidir}/tests/tests.py + deps = -rrequirements-dev.txt