Skip to content

Commit

Permalink
Update travis_test to install stable planemo from PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Mar 24, 2015
1 parent 7c69bf6 commit 39fedd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sudo apt-get install -y python-virtualenv
virtualenv planemo-venv
. planemo-venv/bin/activate
pip install git+https://github.com/jmchilton/planemo.git
pip install planemo
planemo travis_before_install
. ${TRAVIS_BUILD_DIR}/.travis/env.sh # source environment created by planemo
planemo test --install_galaxy ${TRAVIS_BUILD_DIR}

0 comments on commit 39fedd2

Please sign in to comment.