Skip to content

Commit 00d302d

Browse files
install galaxyxml from branch
corresponding to hexylena/galaxyxml#18
1 parent b67cb4f commit 00d302d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ script:
77
- pip install -q -U planemo flake8 xmldiff
88
- pip install -q -r requirements.txt
99
- python setup.py install
10+
# temporarily install galaxyxml from branch https://github.com/hexylena/galaxyxml/pull/18
11+
- git clone -b topic/macros https://github.com/bernt-matthias/galaxyxml.git && cd galaxyxml && python setup.py install && cd ..
1012
- flake8 argparse2tool
1113
- PYTHONPATH=$(argparse2tool) python examples/example.py --generate_galaxy_xml > tmp.xml
1214
- echo '<root>' > tmp-sub.xml # wrap in extra level

0 commit comments

Comments
 (0)