@@ -34,28 +34,28 @@ matrix:
3434 include :
3535 - dist : trusty
3636 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"
3838
3939 - dist : trusty
4040 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
4242 addons :
4343 apt :
4444 packages :
4545 - language-pack-zh-hans
4646 - dist : trusty
4747 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"
4949 addons :
5050 apt :
5151 packages :
5252 - python-gtk2
5353 - dist : trusty
5454 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
5656 - dist : trusty
5757 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"
5959 addons :
6060 apt :
6161 packages :
@@ -64,19 +64,19 @@ matrix:
6464 # In allow_failures
6565 - dist : trusty
6666 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
6868
6969 # In allow_failures
7070 - dist : trusty
7171 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
7373 allow_failures :
7474 - dist : trusty
7575 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
7777 - dist : trusty
7878 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
8080
8181before_install :
8282 - echo "before_install"
0 commit comments