Skip to content

Commit

Permalink
Merge pull request #2592 from astaric/travis-py-3.6
Browse files Browse the repository at this point in the history
travis: Add python3.6 to build matrix
  • Loading branch information
astaric authored Sep 13, 2017
2 parents c95965b + 6a46609 commit 9b9bec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ matrix:
env: PYQT4=true
- python: '3.5'
env: UPLOAD_COVERAGE=true
- python: '3.6'
fast_finish: true

cache:
Expand Down
2 changes: 1 addition & 1 deletion .travis/install_postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ $POSTGRES/bin/createdb -p 12345 test
$POSTGRES/bin/psql test -c 'CREATE EXTENSION quantile;' -p 12345
$POSTGRES/bin/psql test -c 'CREATE EXTENSION tsm_system_time;' -p 12345

pip install -r $TRAVIS_BUILD_DIR/requirements-sql.txt
pip install psycopg2
export ORANGE_TEST_DB_URI=postgres://localhost:12345/test

0 comments on commit 9b9bec1

Please sign in to comment.