Skip to content

Commit 2e326c2

Browse files
committed
BLD: support 3.8 pre
closes pandas-dev#26626
1 parent 66ada8c commit 2e326c2

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

.travis.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,19 @@ matrix:
4747
env:
4848
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"
4949

50+
- dist: trusty
51+
env:
52+
- JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml"
53+
5054
allow_failures:
5155
- dist: trusty
5256
env:
5357
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"
5458

59+
- dist: trusty
60+
env:
61+
- JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml"
62+
5563
before_install:
5664
- echo "before_install"
5765
# set non-blocking IO on travis
@@ -94,5 +102,5 @@ script:
94102
after_script:
95103
- echo "after_script start"
96104
- source activate pandas-dev && pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd
97-
- ci/print_skipped.py
105+
- ci/print_skipped.py
98106
- echo "after_script done"

ci/deps/travis-38.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
- git+https://github.com/numpy/numpy
14+
- python-dateutil
15+
- pytz
16+
17+
# universal
18+
- pytest
19+
- pytest-xdist
20+
- pytest-mock
21+
#- moto
22+
#- hypothesis

0 commit comments

Comments
 (0)