forked from computational-metabolomics/mspurity-galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
32 lines (26 loc) · 875 Bytes
/
.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
language: python
python: 2.7
cache:
directories:
- $HOME/miniconda3
env:
- TEST=tools/msPurity/purityA.xml
- TEST=tools/msPurity/combineAnnotations.xml
- TEST=tools/msPurity/spectralMatching.xml
- TEST=tools/msPurity/dimsPredictPuritySingle.xml
- TEST=tools/msPurity/filterFragSpectra.xml
- TEST=tools/msPurity/createDatabase.xml
- TEST=tools/msPurity/averageFragSpectra.xml
- TEST=tools/msPurity/createMSP.xml
- TEST=tools/msPurity/flagRemove.xml
- TEST=tools/msPurity/frag4feature.xml
- TEST=tools/msPurity/purityX.xml
- TEST=tools/msPurity/combineAnnotations.xml
- TEST=tools/utils/msp_split/msp_split.xml
- TEST=tools/utils/submit_to_mogi.xml
before_install:
- pip install --upgrade pip setuptools
- pip install planemo
script:
- planemo lint ${TRAVIS_BUILD_DIR}/${TEST}
- planemo test --conda_debug ${TRAVIS_BUILD_DIR}/${TEST}