Skip to content

Commit ab55d05

Browse files
datapythonistajreback
authored andcommitted
CI: Moving 3 jobs from travis to azure (#24460)
1 parent 5b61eaf commit ab55d05

File tree

4 files changed

+20
-21
lines changed

4 files changed

+20
-21
lines changed

.travis.yml

-16
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ matrix:
3636
env:
3737
- JOB="3.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="not slow and not network"
3838

39-
- dist: trusty
40-
env:
41-
- JOB="2.7, locale, slow, old NumPy" ENV_FILE="ci/deps/travis-27-locale.yaml" LOCALE_OVERRIDE="zh_CN.UTF-8" PATTERN="slow"
42-
addons:
43-
apt:
44-
packages:
45-
- language-pack-zh-hans
46-
4739
- dist: trusty
4840
env:
4941
- JOB="2.7" ENV_FILE="ci/deps/travis-27.yaml" PATTERN="not slow"
@@ -60,14 +52,6 @@ matrix:
6052
env:
6153
- JOB="3.6, coverage" ENV_FILE="ci/deps/travis-36.yaml" PATTERN="not slow and not network" PANDAS_TESTING_MODE="deprecate" COVERAGE=true
6254

63-
- dist: trusty
64-
env:
65-
- JOB="3.7, NumPy dev" ENV_FILE="ci/deps/travis-37-numpydev.yaml" PATTERN="not slow and not network" TEST_ARGS="-W error" PANDAS_TESTING_MODE="deprecate"
66-
addons:
67-
apt:
68-
packages:
69-
- xsel
70-
7155
# In allow_failures
7256
- dist: trusty
7357
env:

ci/azure/posix.yml

+20-5
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,36 @@ jobs:
2020
CONDA_PY: "27"
2121
PATTERN: "not slow and not network"
2222

23-
py37_locale:
24-
ENV_FILE: ci/deps/azure-37-locale.yaml
25-
CONDA_PY: "37"
26-
PATTERN: "not slow and not network"
23+
py27_locale_slow_old_np:
24+
ENV_FILE: ci/deps/azure-27-locale.yaml
25+
CONDA_PY: "27"
26+
PATTERN: "slow"
2727
LOCALE_OVERRIDE: "zh_CN.UTF-8"
28+
EXTRA_APT: "language-pack-zh-hans"
2829

2930
py36_locale_slow:
3031
ENV_FILE: ci/deps/azure-36-locale_slow.yaml
3132
CONDA_PY: "36"
3233
PATTERN: "not slow and not network"
3334
LOCALE_OVERRIDE: "it_IT.UTF-8"
3435

36+
py37_locale:
37+
ENV_FILE: ci/deps/azure-37-locale.yaml
38+
CONDA_PY: "37"
39+
PATTERN: "not slow and not network"
40+
LOCALE_OVERRIDE: "zh_CN.UTF-8"
41+
42+
py37_np_dev:
43+
ENV_FILE: ci/deps/azure-37-numpydev.yaml
44+
CONDA_PY: "37"
45+
PATTERN: "not slow and not network"
46+
TEST_ARGS: "-W error"
47+
PANDAS_TESTING_MODE: "deprecate"
48+
EXTRA_APT: "xsel"
49+
3550
steps:
3651
- script: |
37-
if [ "$(uname)" == "Linux" ]; then sudo apt-get install -y libc6-dev-i386; fi
52+
if [ "$(uname)" == "Linux" ]; then sudo apt-get install -y libc6-dev-i386 $EXTRA_APT; fi
3853
echo "Installing Miniconda"
3954
ci/incremental/install_miniconda.sh
4055
export PATH=$HOME/miniconda3/bin:$PATH
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)