Skip to content

Commit

Permalink
Run some CI tests with arviz master (#3948)
Browse files Browse the repository at this point in the history
* run some tests with arviz master

* change the job definition syntax

* rename binder job
  • Loading branch information
michaelosthege authored Jun 9, 2020
1 parent 680dadd commit c6bba80
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,21 @@ stages:

jobs:
include:
- stage: binder
- name: ArviZ compatibility
stage: test
install:
- . ./scripts/create_testenv.sh
- pip uninstall arviz -y
# replace ArviZ with the lastest master
- pip install git+git://github.com/arviz-devs/arviz.git
- pip install codecov
- conda list && pip freeze
- export FLOATX='float64'
script:
- . ./scripts/test.sh --durations=10 --cov-append pymc3/tests/test_sampling.py
after_success: skip
- name: Update Binder
stage: binder
before_install: skip
install: skip
script:
Expand Down

0 comments on commit c6bba80

Please sign in to comment.