We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680dadd commit c6bba80Copy full SHA for c6bba80
.travis.yml
@@ -44,7 +44,21 @@ stages:
44
45
jobs:
46
include:
47
- - stage: binder
+ - 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
62
before_install: skip
63
install: skip
64
script:
0 commit comments