Skip to content

Commit

Permalink
Add check for master Ax + stable BoTorch (#161)
Browse files Browse the repository at this point in the history
Summary:
This is a check for when we are looking to release a stable version of Ax, since it needs to be compatible with stable BoTorch
Pull Request resolved: #161

Test Plan: https://travis-ci.com/facebook/Ax/builds/124948947, 889.6 is the new test

Reviewed By: kkashin

Differential Revision: D17095884

Pulled By: lena-kashtelyan

fbshipit-source-id: 4c523652fce96c51f6bf65cfdec533ed862c0d76
  • Loading branch information
lena-kashtelyan authored and facebook-github-bot committed Aug 28, 2019
1 parent 6298b14 commit 564c6fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ jobs:
- sphinx-build -WT sphinx/source sphinx/build
# since -W flag breaks on first error, re-run without it to print all
- sphinx-build sphinx/source sphinx/build
- name: "Build with Stable PyTorch (for pushing new release)"
python: "3.7"
env: ALLOW_FAILURE=true
install:
- pip install cython numpy
- pip install botorch
- pip install -q -e .[dev,mysql,notebook]
script:
- pytest -ra
- name: "Docs: Sphinx Coverage (Python 3.6)"
python: "3.6"
# Allow failure for now, until missing modules are added to documentation.
Expand Down

0 comments on commit 564c6fc

Please sign in to comment.