We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67cb4f commit 00d302dCopy full SHA for 00d302d
.travis.yml
@@ -7,6 +7,8 @@ script:
7
- pip install -q -U planemo flake8 xmldiff
8
- pip install -q -r requirements.txt
9
- 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 ..
12
- flake8 argparse2tool
13
- PYTHONPATH=$(argparse2tool) python examples/example.py --generate_galaxy_xml > tmp.xml
14
- echo '<root>' > tmp-sub.xml # wrap in extra level
0 commit comments