@@ -34,28 +34,28 @@ matrix:
34
34
include :
35
35
- dist : trusty
36
36
env :
37
- - JOB="3.7" ENV_FILE="ci/travis-37.yaml" TEST_ARGS="--skip-slow --skip-network"
37
+ - JOB="3.7" ENV_FILE="ci/deps/ travis-37.yaml" TEST_ARGS="--skip-slow --skip-network"
38
38
39
39
- dist : trusty
40
40
env :
41
- - JOB="2.7, locale, slow, old NumPy" ENV_FILE="ci/travis-27-locale.yaml" LOCALE_OVERRIDE="zh_CN.UTF-8" SLOW=true
41
+ - JOB="2.7, locale, slow, old NumPy" ENV_FILE="ci/deps/ travis-27-locale.yaml" LOCALE_OVERRIDE="zh_CN.UTF-8" SLOW=true
42
42
addons :
43
43
apt :
44
44
packages :
45
45
- language-pack-zh-hans
46
46
- dist : trusty
47
47
env :
48
- - JOB="2.7" ENV_FILE="ci/travis-27.yaml" TEST_ARGS="--skip-slow"
48
+ - JOB="2.7" ENV_FILE="ci/deps/ travis-27.yaml" TEST_ARGS="--skip-slow"
49
49
addons :
50
50
apt :
51
51
packages :
52
52
- python-gtk2
53
53
- dist : trusty
54
54
env :
55
- - JOB="3.6, lint, coverage" ENV_FILE="ci/travis-36.yaml" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate" COVERAGE=true LINT=true
55
+ - JOB="3.6, lint, coverage" ENV_FILE="ci/deps/ travis-36.yaml" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate" COVERAGE=true LINT=true
56
56
- dist : trusty
57
57
env :
58
- - JOB="3.7, NumPy dev" ENV_FILE="ci/travis-37-numpydev.yaml" TEST_ARGS="--skip-slow --skip-network -W error" PANDAS_TESTING_MODE="deprecate"
58
+ - JOB="3.7, NumPy dev" ENV_FILE="ci/deps/ travis-37-numpydev.yaml" TEST_ARGS="--skip-slow --skip-network -W error" PANDAS_TESTING_MODE="deprecate"
59
59
addons :
60
60
apt :
61
61
packages :
@@ -64,19 +64,19 @@ matrix:
64
64
# In allow_failures
65
65
- dist : trusty
66
66
env :
67
- - JOB="3.6, slow" ENV_FILE="ci/travis-36-slow.yaml" SLOW=true
67
+ - JOB="3.6, slow" ENV_FILE="ci/deps/ travis-36-slow.yaml" SLOW=true
68
68
69
69
# In allow_failures
70
70
- dist : trusty
71
71
env :
72
- - JOB="3.6, doc" ENV_FILE="ci/travis-36-doc.yaml" DOC=true
72
+ - JOB="3.6, doc" ENV_FILE="ci/deps/ travis-36-doc.yaml" DOC=true
73
73
allow_failures :
74
74
- dist : trusty
75
75
env :
76
- - JOB="3.6, slow" ENV_FILE="ci/travis-36-slow.yaml" SLOW=true
76
+ - JOB="3.6, slow" ENV_FILE="ci/deps/ travis-36-slow.yaml" SLOW=true
77
77
- dist : trusty
78
78
env :
79
- - JOB="3.6, doc" ENV_FILE="ci/travis-36-doc.yaml" DOC=true
79
+ - JOB="3.6, doc" ENV_FILE="ci/deps/ travis-36-doc.yaml" DOC=true
80
80
81
81
before_install :
82
82
- echo "before_install"
0 commit comments