A web scraper build to search specific information for a given compound (and its pseudonyms)

We don't want to check coverage for code we didn't write

+1 -1
+1 -1
.travis.yml
··· 10 10 11 11 # command to run tests, e.g. python setup.py test 12 12 script: 13 - - nosetests --with-coverage tests 13 + - nosetests --with-coverage --cover-package=FourmiCrawler,utils tests 14 14 15 15 notifications: 16 16 slack: descartes2:6sgCzx3PvrO9IIMwKxj12dDM