Skip to content

Commit

Permalink
do not use travis docs builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Dec 31, 2018
1 parent 3702f04 commit abf42f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cache:

env:
- PYTHON_VERSION=3.6 TORCH='pytorch<1.0.0' COVERAGE=''
- PYTHON_VERSION=3.6 TORCH='pytorch>=1.0.0' COVERAGE='--cov geoopt' BUILD_DOCS="true"
- PYTHON_VERSION=3.6 TORCH='pytorch>=1.0.0' COVERAGE='--cov geoopt'
- PYTHON_VERSION=3.6 TORCH='pytorch-nightly' COVERAGE=''

matrix:
Expand All @@ -27,8 +27,6 @@ install:
script:
- black --check --diff geoopt tests
- py.test -v --durations=0 $COVERAGE
- if [[ "$BUILD_DOCS" == "true" ]]; then travis-sphinx build --source=docs; fi

after_success:
- if [[ "$BUILD_DOCS" == "true" ]]; then travis-sphinx deploy; fi
- coveralls

0 comments on commit abf42f5

Please sign in to comment.