forked from sorgerlab/indra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
33 lines (33 loc) · 1.33 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
#before_install:
# - sudo apt-get install python-scipy
install:
# PySB and dependencies
- pip install sympy
- wget http://bionetgen.googlecode.com/files/BioNetGen-2.2.5-stable.zip
- unzip BioNetGen-2.2.5-stable.zip
- sudo ln -s `pwd`/BioNetGen-2.2.5-stable /usr/local/share/BioNetGen
- pip install git+https://github.com/pysb/pysb.git
# Biopax/Paxtools dependencies
- pip install cython
- pip install git+https://github.com/kivy/pyjnius.git@master
- wget http://sorger.med.harvard.edu/data/bachman/jars/paxtools-4.3.1-beta2-no-jena.jar
- wget http://sorger.med.harvard.edu/data/bachman/jars/biopax-pattern-04801fb13eea.jar
- wget http://sorger.med.harvard.edu/data/bachman/jars/cpath-client-4.2.0-SNAPSHOT-fat-jar.jar
- export CLASSPATH=$CLASSPATH:./paxtools-4.3.1-beta2-no-jena.jar:./biopax-pattern-04801fb13eea.jar:./cpath-client-4.2.0-SNAPSHOT-fat-jar.jar
# ndex-python-client dependencies
#- git clone https://github.com/bgyori/ndex-python-client.git
#- export PYTHONPATH=$PYTHONPATH:`pwd`/ndex-python-client
#- pip install jsonschema
#- pip install functools32
#- pip install networkx
# bel.rb/bel2rdf dependencies
# gem install bel
# belpy-specific dependencies
- pip install rdflib
- pip install BeautifulSoup
script: nosetests