Skip to content
Snippets Groups Projects
Commit d9663537 authored by Carlos Vega's avatar Carlos Vega
Browse files

added travis CI recipe

parent aad87994
No related branches found
No related tags found
No related merge requests found
language: python
sudo: required
python:
- "3.7"
before_install:
- sudo apt-get install python3-pip
- sudo pip3 install virtualenv
install:
#install all modules
- virtualenv env
- source env/bin/activate
- find . -name "setup.py" -maxdepth 2 | sed 's|/setup.py||g' | xargs pip install -e
script:
- python biokb/textminingservice_biokb/biokb.py
notifications:
email:
on_success: never # default: change
on_failure: always # default: always
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment