File tree 1 file changed +7
-12
lines changed
1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -53,18 +53,20 @@ matrix:
53
53
- dist : trusty
54
54
env :
55
55
- JOB="3.6, coverage" ENV_FILE="ci/travis-36.yaml" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate" COVERAGE=true DOCTEST=true
56
- # In allow_failures
57
- - dist : trusty
58
- env :
59
- - JOB="3.6, slow" ENV_FILE="ci/travis-36-slow.yaml" SLOW=true
60
- # In allow_failures
56
+
61
57
- dist : trusty
62
58
env :
63
59
- JOB="3.7, NumPy dev" ENV_FILE="ci/travis-37-numpydev.yaml" TEST_ARGS="--skip-slow --skip-network -W error" PANDAS_TESTING_MODE="deprecate"
64
60
addons :
65
61
apt :
66
62
packages :
67
63
- xsel
64
+
65
+ # In allow_failures
66
+ - dist : trusty
67
+ env :
68
+ - JOB="3.6, slow" ENV_FILE="ci/travis-36-slow.yaml" SLOW=true
69
+
68
70
# In allow_failures
69
71
- dist : trusty
70
72
env :
@@ -73,13 +75,6 @@ matrix:
73
75
- dist : trusty
74
76
env :
75
77
- JOB="3.6, slow" ENV_FILE="ci/travis-36-slow.yaml" SLOW=true
76
- - dist : trusty
77
- env :
78
- - JOB="3.7, NumPy dev" ENV_FILE="ci/travis-37-numpydev.yaml" TEST_ARGS="--skip-slow --skip-network -W error" PANDAS_TESTING_MODE="deprecate"
79
- addons :
80
- apt :
81
- packages :
82
- - xsel
83
78
- dist : trusty
84
79
env :
85
80
- JOB="3.6, doc" ENV_FILE="ci/travis-36-doc.yaml" DOC=true
You can’t perform that action at this time.
0 commit comments