Skip to content

Commit

Permalink
Speedup the py34-first_startup TravisCI job
Browse files Browse the repository at this point in the history
By skipping most database migrations, as for py27-first_startup.
  • Loading branch information
nsoranzo committed Jun 27, 2018
1 parent 6ddcc93 commit e49ee43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -45,7 +45,7 @@ install:
- set -e
- pip install tox
- |
if [ "$TOX_ENV" == "py27-first_startup" ]; then
if [ "$TOX_ENV" == "py27-first_startup" -o "$TOX_ENV" == "py34-first_startup" ]; then
sh scripts/common_startup.sh
wget -q https://github.com/jmchilton/galaxy-downloads/raw/master/db_gx_rev_0127.sqlite
mv db_gx_rev_0127.sqlite database/universe.sqlite
Expand Down

0 comments on commit e49ee43

Please sign in to comment.