Skip to content

Commit c2fe327

Browse files
committed
BLD: support 3.8 pre
closes pandas-dev#26626
1 parent 1219b0f commit c2fe327

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

.travis.yml

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

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

60+
- dist: trusty
61+
env:
62+
- JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml"
63+
5664
before_install:
5765
- echo "before_install"
5866
# set non-blocking IO on travis
@@ -95,5 +103,5 @@ script:
95103
after_script:
96104
- echo "after_script start"
97105
- source activate pandas-dev && pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd
98-
- ci/print_skipped.py
106+
- ci/print_skipped.py
99107
- echo "after_script done"

ci/deps/travis-38.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: pandas-dev
2+
channels:
3+
- conda-forge/label/pre-3.8
4+
dependencies:
5+
- python=3.8.*
6+
- pip
7+
- pip:
8+
- "--pre"
9+
- "--no-binary :all:"
10+
- cython
11+
- git+https://github.com/numpy/numpy
12+
- python-dateutil
13+
- pytz
14+
15+
# universal
16+
- pytest
17+
- pytest-xdist
18+
- pytest-mock
19+
- moto
20+
- hypothesis

0 commit comments

Comments
 (0)