syncing builds start moving to hypothesis

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-09-25 23:05:18 -07:00
parent f04f1b3eeb
commit c7e16566a0
12 changed files with 121 additions and 37 deletions

View file

@ -15,8 +15,5 @@ setup(name='py-stl',
'bitarray',
'traces'
],
extras_require = {
'robustness': ['pandas']
},
packages=find_packages(),
)