Skip to content

Commit

Permalink
move 3.9 travis build to allowed failuresss (pandas-dev#34894)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored Jun 20, 2020
1 parent b57e5cc commit e11ba01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ matrix:
env:
- JOB="3.7, arm64" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
- dist: bionic
python: 3.9-dev
env:
- JOB="3.9-dev" PATTERN="(not slow and not network)"
- JOB="3.9-dev" PATTERN="(not slow and not network and not clipboard)"


before_install:
- echo "before_install"
Expand Down

0 comments on commit e11ba01

Please sign in to comment.