Skip to content

Commit

Permalink
Add py27-unit tests on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Feb 2, 2016
1 parent 4176bc9 commit 3d4ddc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -15,6 +15,9 @@ matrix:
- os: osx
env: TOX_ENV=first_startup
language: generic
- os: osx
env: TOX_ENV=py27-unit
language: generic

before_install:
- if [ `uname` == "Darwin" ]; then bash -c "brew update && brew install python"; fi
Expand All @@ -24,8 +27,7 @@ install:
- if [ "$TOX_ENV" == "qunit" ]; then bash -c 'cd test/qunit && npm install'; fi
- if [ "$TOX_ENV" == "first_startup" ]; then bash -c "bash 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 && bash manage_db.sh -c ./config/galaxy.ini.sample upgrade"; fi

script:
- tox -e $TOX_ENV
script: tox -e $TOX_ENV

notifications:
email: false

0 comments on commit 3d4ddc4

Please sign in to comment.