Skip to content

Commit 39fedd2

Browse files
committed
Update travis_test to install stable planemo from PyPI.
1 parent 7c69bf6 commit 39fedd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sudo apt-get install -y python-virtualenv
33
virtualenv planemo-venv
44
. planemo-venv/bin/activate
5-
pip install git+https://github.com/jmchilton/planemo.git
5+
pip install planemo
66
planemo travis_before_install
77
. ${TRAVIS_BUILD_DIR}/.travis/env.sh # source environment created by planemo
88
planemo test --install_galaxy ${TRAVIS_BUILD_DIR}

0 commit comments

Comments
 (0)