From 1cadd9c47f6aa3f1d39649162e1957b261bb96d0 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 31 Oct 2017 18:39:17 +0000 Subject: [PATCH] Add defcon to test-requirements.txt I need some font objects to exercise the fonts_to_quadratic function. Defcon is still not an install requirement though, as cu2qu should work with any defcon-like objects (e.g. fontParts?, robofab not so much) --- test-requirements.txt | 3 +++ tox.ini | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 test-requirements.txt diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 000000000..471df3031 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,3 @@ +coverage +pytest +defcon==0.3.5 diff --git a/tox.ini b/tox.ini index f3efd16ad..b9cab5d37 100644 --- a/tox.ini +++ b/tox.ini @@ -3,8 +3,7 @@ envlist = py27, py36, htmlcov [testenv] deps = - pytest - coverage + -rtest-requirements.txt -rrequirements.txt commands = coverage run --parallel-mode -m pytest {posargs}