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)
This commit is contained in:
Cosimo Lupo 2017-10-31 18:39:17 +00:00
parent e648ef3f89
commit 1cadd9c47f
2 changed files with 4 additions and 2 deletions

3
test-requirements.txt Normal file
View File

@ -0,0 +1,3 @@
coverage
pytest
defcon==0.3.5

View File

@ -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}