Skip to content

Commit c6bba80

Browse files
Run some CI tests with arviz master (#3948)
* run some tests with arviz master * change the job definition syntax * rename binder job
1 parent 680dadd commit c6bba80

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.travis.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,21 @@ stages:
4444

4545
jobs:
4646
include:
47-
- stage: binder
47+
- name: ArviZ compatibility
48+
stage: test
49+
install:
50+
- . ./scripts/create_testenv.sh
51+
- pip uninstall arviz -y
52+
# replace ArviZ with the lastest master
53+
- pip install git+git://github.com/arviz-devs/arviz.git
54+
- pip install codecov
55+
- conda list && pip freeze
56+
- export FLOATX='float64'
57+
script:
58+
- . ./scripts/test.sh --durations=10 --cov-append pymc3/tests/test_sampling.py
59+
after_success: skip
60+
- name: Update Binder
61+
stage: binder
4862
before_install: skip
4963
install: skip
5064
script:

0 commit comments

Comments
 (0)