File tree 2 files changed +31
-1
lines changed
2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,19 @@ matrix:
48
48
env :
49
49
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"
50
50
51
+ - dist : trusty
52
+ env :
53
+ - JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml"
54
+
51
55
allow_failures :
52
56
- dist : trusty
53
57
env :
54
58
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"
55
59
60
+ - dist : trusty
61
+ env :
62
+ - JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml"
63
+
56
64
before_install :
57
65
- echo "before_install"
58
66
# set non-blocking IO on travis
@@ -95,5 +103,5 @@ script:
95
103
after_script :
96
104
- echo "after_script start"
97
105
- source activate pandas-dev && pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd
98
- - ci/print_skipped.py
106
+ - ci/print_skipped.py
99
107
- echo "after_script done"
Original file line number Diff line number Diff line change
1
+ name : pandas-dev
2
+ channels :
3
+ - defaults
4
+ - conda-forge
5
+ - conda-forge/label/pre-3.8
6
+ dependencies :
7
+ - python=3.8.*
8
+ - pip
9
+ - pip :
10
+ - " --pre"
11
+ - " --no-binary :all:"
12
+ - cython
13
+ - numpy
14
+ - python-dateutil
15
+ - pytz
16
+
17
+ # universal
18
+ - pytest
19
+ - pytest-xdist
20
+ - pytest-mock
21
+ # - moto
22
+ # - hypothesis
You can’t perform that action at this time.
0 commit comments