Skip to content

Commit acedb80

Browse files
authored
CI: move py36 slow to azure (pandas-dev#34776) (pandas-dev#35151)
1 parent 148f9fd commit acedb80

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ matrix:
5858
services:
5959
- mysql
6060
- postgresql
61-
62-
- env:
63-
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow" SQL="1"
64-
services:
65-
- mysql
66-
- postgresql
6761
allow_failures:
6862
- arch: arm64
6963
env:

ci/azure/posix.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
LC_ALL: "zh_CN.utf8"
3131
EXTRA_APT: "language-pack-zh-hans"
3232

33+
py36_slow:
34+
ENV_FILE: ci/deps/azure-36-slow.yaml
35+
CONDA_PY: "36"
36+
PATTERN: "slow"
37+
3338
py36_locale:
3439
ENV_FILE: ci/deps/azure-36-locale.yaml
3540
CONDA_PY: "36"
File renamed without changes.

ci/setup_env.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,4 @@ if [[ -n ${SQL:0} ]]; then
166166
else
167167
echo "not using dbs on non-linux Travis builds or Azure Pipelines"
168168
fi
169-
170169
echo "done"

0 commit comments

Comments
 (0)