removing dead tests + add hypothesis-cfg in requirements.txt

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-09-27 21:53:18 -07:00
parent 651d6e352b
commit dbc31ebf87
4 changed files with 2 additions and 28 deletions

View file

@ -13,7 +13,7 @@ setup(name='py-stl',
'lenses',
'sympy',
'bitarray',
'traces'
'traces',
],
packages=find_packages(),
)