Skip to content

Commit

Permalink
CI: move py36 slow to azure (pandas-dev#34776) (pandas-dev#35151)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangchenli authored Jul 7, 2020
1 parent 148f9fd commit acedb80
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ matrix:
services:
- mysql
- postgresql

- env:
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow" SQL="1"
services:
- mysql
- postgresql
allow_failures:
- arch: arm64
env:
Expand Down
5 changes: 5 additions & 0 deletions ci/azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
LC_ALL: "zh_CN.utf8"
EXTRA_APT: "language-pack-zh-hans"

py36_slow:
ENV_FILE: ci/deps/azure-36-slow.yaml
CONDA_PY: "36"
PATTERN: "slow"

py36_locale:
ENV_FILE: ci/deps/azure-36-locale.yaml
CONDA_PY: "36"
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion ci/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,4 @@ if [[ -n ${SQL:0} ]]; then
else
echo "not using dbs on non-linux Travis builds or Azure Pipelines"
fi

echo "done"

0 comments on commit acedb80

Please sign in to comment.