A web scraper build to search specific information for a given compound (and its pseudonyms)
at feature/executable 15 lines 348 B view raw
1# Config file for automatic testing at travis-ci.org 2 3language: python 4python: 2.7 5 6# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors 7install: 8 - pip install Scrapy docopt 9 10# command to run tests, e.g. python setup.py test 11script: 12 - nosetests tests 13 14notifications: 15 slack: descartes2:6sgCzx3PvrO9IIMwKxj12dDM