Skip to content

Commit

Permalink
Merge branch 'develop' into fix-2488
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Jun 2, 2020
2 parents 8f5d7ad + b5b8ccc commit 6fd5d13
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
34 changes: 15 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
sudo: required
dist: trusty
dist: xenial

language: java

node_js:
- "13"

env:
- DB=postgres TEST_SUITE=apollo
Expand All @@ -14,21 +12,21 @@ env:
- DB=h2 TEST_SUITE=python-apollo

python:
- 3.6
- "3.7"

node_js:
- "13"

addons:
postgresql: "9.3"
apt:
packages:
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6
jdk:
- openjdk8

services:
- postgresql
- mysql
- postgresql
- mysql

before_install:
- "pyenv global 3.7"
- "pip install pip --upgrade"
- npm install -g jshint

before_script:
Expand Down Expand Up @@ -69,16 +67,14 @@ script:
./grailsw run-app &
git clone --single-branch --branch 4.1 --depth=1 https://github.com/galaxy-genome-annotation/python-apollo
cd python-apollo
pyenv install 3.6.3
pyenv global 3.6.3
sed -i 's|8888|8080/apollo|' `pwd`/test-data/arrow.yml
export ARROW_GLOBAL_CONFIG_PATH=`pwd`/test-data/arrow.yml
virtualenv .venv
python3 -m venv .venv
. .venv/bin/activate
pip install .
pip install nose
pip3 install .
pip3 install nose
./bootstrap_apollo.sh --nodocker
python setup.py nosetests
python3 setup.py nosetests
killall java || true
fi
Expand Down
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Infrastructure Changes

- Upgrade to [JBrowse 1.16.9](https://github.com/GMOD/jbrowse/releases/tag/1.16.9) / [2489](https://github.com/GMOD/Apollo/pull/2489).
- Fixed python dependency for travis for BioPython (3.7) and upgraded to Xenial [2493](https://github.com/GMOD/Apollo/pull/2493).

Bug Fixes

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ YourKit is the creator of <a href="https://www.yourkit.com/java/profiler/">YourK
and <a href="https://www.yourkit.com/youmonitor/">YourKit YouMonitor</a>.



0 comments on commit 6fd5d13

Please sign in to comment.