We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c69bf6 commit 39fedd2Copy full SHA for 39fedd2
scripts/travis_test.sh
@@ -2,7 +2,7 @@
2
sudo apt-get install -y python-virtualenv
3
virtualenv planemo-venv
4
. planemo-venv/bin/activate
5
-pip install git+https://github.com/jmchilton/planemo.git
+pip install planemo
6
planemo travis_before_install
7
. ${TRAVIS_BUILD_DIR}/.travis/env.sh # source environment created by planemo
8
planemo test --install_galaxy ${TRAVIS_BUILD_DIR}
0 commit comments