Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"