File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,6 @@ matrix:
52
52
- dist : trusty
53
53
env :
54
54
- JOB="3.5" TEST_ARGS="--skip-slow --skip-network" COVERAGE=true
55
- addons :
56
- apt :
57
- packages :
58
- - xsel
59
55
- dist : trusty
60
56
env :
61
57
- JOB="3.6" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate" CONDA_FORGE=true
@@ -66,7 +62,11 @@ matrix:
66
62
# In allow_failures
67
63
- dist : trusty
68
64
env :
69
- - JOB="2.7_BUILD_TEST" TEST_ARGS="--skip-slow" BUILD_TEST=true
65
+ - JOB="3.6_BUILD_TEST" TEST_ARGS="--skip-slow" BUILD_TEST=true
66
+ addons :
67
+ apt :
68
+ packages :
69
+ - xsel
70
70
# In allow_failures
71
71
- dist : trusty
72
72
env :
@@ -75,17 +75,17 @@ matrix:
75
75
- dist : trusty
76
76
env :
77
77
- JOB="3.6_DOC" DOC=true
78
- addons :
79
- apt :
80
- packages :
81
- - xsel
82
78
allow_failures :
83
79
- dist : trusty
84
80
env :
85
81
- JOB="2.7_SLOW" SLOW=true
86
82
- dist : trusty
87
83
env :
88
- - JOB="2.7_BUILD_TEST" TEST_ARGS="--skip-slow" BUILD_TEST=true
84
+ - JOB="3.6_BUILD_TEST" TEST_ARGS="--skip-slow" BUILD_TEST=true
85
+ addons :
86
+ apt :
87
+ packages :
88
+ - xsel
89
89
- dist : trusty
90
90
env :
91
91
- JOB="3.6_NUMPY_DEV" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate"
Original file line number Diff line number Diff line change 1
- python=2.7 *
1
+ python=3.6 *
2
2
dateutil
3
3
pytz
4
4
nomkl
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
3
3
source activate pandas
4
4
5
- echo " install 27 BUILD_TEST"
5
+ echo " install 36 BUILD_TEST"
6
6
7
7
conda install -n pandas -c conda-forge pyarrow dask
You can’t perform that action at this time.
0 commit comments