Skip to content

CI: 3.8 build #28730

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 48 commits into from
Oct 15, 2019
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
4d277c4
poke at travis
jbrockmendel Oct 1, 2019
56c49ca
troubleshoot
jbrockmendel Oct 1, 2019
439571c
add sudo
jbrockmendel Oct 1, 2019
656e076
Merge branch 'master' of https://github.com/pandas-dev/pandas into bu…
jbrockmendel Oct 2, 2019
66db6a6
keep trying
jbrockmendel Oct 2, 2019
80101f5
Add deps file
jbrockmendel Oct 2, 2019
2fce3b5
again
jbrockmendel Oct 2, 2019
4eac026
i said 38
jbrockmendel Oct 2, 2019
ad56fe9
keep trying
jbrockmendel Oct 2, 2019
f4ad020
do the build
jbrockmendel Oct 2, 2019
4f98585
maybe installing will help?
jbrockmendel Oct 2, 2019
209aecd
troubleshoot, disable azure
jbrockmendel Oct 2, 2019
7d39c4d
install using pip
jbrockmendel Oct 2, 2019
c1b692f
Merge branch 'master' of https://github.com/pandas-dev/pandas into bu…
jbrockmendel Oct 2, 2019
6c7e0d1
troubleshoot
jbrockmendel Oct 3, 2019
2e28dca
working with just pytest, now try with run_tests
jbrockmendel Oct 3, 2019
b686fbe
Merge branch 'master' of https://github.com/pandas-dev/pandas into bu…
jbrockmendel Oct 3, 2019
452e251
restore, try to do stuff conditionally
jbrockmendel Oct 3, 2019
3c8297d
try to guess how conditional syntax works on travis
jbrockmendel Oct 3, 2019
61f69a0
revert
jbrockmendel Oct 3, 2019
5bb2416
Merge branch 'master' of https://github.com/pandas-dev/pandas into bu…
jbrockmendel Oct 8, 2019
5439263
Merge branch 'master' of https://github.com/pandas-dev/pandas into bu…
jbrockmendel Oct 9, 2019
82dbbb1
try it without conditionals in yaml
jbrockmendel Oct 9, 2019
a33105f
troubleshoot
jbrockmendel Oct 9, 2019
0561294
disable xvfb on 3.8-dev
jbrockmendel Oct 9, 2019
65d3137
Merge branch 'master' of https://github.com/pandas-dev/pandas into bu…
jbrockmendel Oct 10, 2019
8cdaaf7
use pip for numpy
jbrockmendel Oct 10, 2019
fcbf921
poke at travis
jbrockmendel Oct 1, 2019
62a1d00
troubleshoot
jbrockmendel Oct 1, 2019
426ba4a
add sudo
jbrockmendel Oct 1, 2019
d93e5a6
keep trying
jbrockmendel Oct 2, 2019
3f84025
Add deps file
jbrockmendel Oct 2, 2019
64da0db
again
jbrockmendel Oct 2, 2019
e6fdeff
i said 38
jbrockmendel Oct 2, 2019
02db7c3
keep trying
jbrockmendel Oct 2, 2019
fbf1421
do the build
jbrockmendel Oct 2, 2019
48f98e9
maybe installing will help?
jbrockmendel Oct 2, 2019
fd49724
troubleshoot, disable azure
jbrockmendel Oct 2, 2019
611c2b8
install using pip
jbrockmendel Oct 2, 2019
eaa8af7
troubleshoot
jbrockmendel Oct 3, 2019
2d43512
working with just pytest, now try with run_tests
jbrockmendel Oct 3, 2019
ea5aba6
restore, try to do stuff conditionally
jbrockmendel Oct 3, 2019
620023a
try to guess how conditional syntax works on travis
jbrockmendel Oct 3, 2019
e7cdbc6
revert
jbrockmendel Oct 3, 2019
e8c579d
try it without conditionals in yaml
jbrockmendel Oct 9, 2019
a3c986b
troubleshoot
jbrockmendel Oct 9, 2019
8f4a80a
disable xvfb on 3.8-dev
jbrockmendel Oct 9, 2019
3c91ef3
Merge branch 'build38' of github.com:jbrockmendel/pandas into build38
jbrockmendel Oct 10, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 12 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,12 @@ matrix:
- python: 3.5

include:
- dist: trusty
- dist: bionic
# 18.04
python: 3.8-dev
env:
- JOB="3.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="(not slow and not network)"
- JOB="3.8-dev" PATTERN="(not slow and not network)"

- dist: trusty
env:
- JOB="3.6, locale" ENV_FILE="ci/deps/travis-36-locale.yaml" PATTERN="((not slow and not network) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8"

- dist: trusty
env:
- JOB="3.6, coverage" ENV_FILE="ci/deps/travis-36-cov.yaml" PATTERN="((not slow and not network) or (single and db))" PANDAS_TESTING_MODE="deprecate" COVERAGE=true

# In allow_failures
- dist: trusty
env:
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"

allow_failures:
- dist: trusty
env:
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"

before_install:
- echo "before_install"
Expand All @@ -73,7 +58,15 @@ before_install:

install:
- echo "install start"
- sudo apt-get install build-essential
- ci/prep_cython_cache.sh
- git clone https://github.com/numpy/numpy
- pip install --no-deps -U pip wheel setuptools
- pip install python-dateutil pytz cython
- cd numpy
- python setup.py build_ext --inplace
- python setup.py install
- cd ..
- ci/setup_env.sh
- ci/submit_cython_cache.sh
- echo "install done"
Expand Down
22 changes: 22 additions & 0 deletions ci/deps/travis-38.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: pandas-dev
channels:
- defaults
- conda-forge
- c3i_test
dependencies:
#- python=3.8.*
- botocore>=1.11
- cython>=0.29.13
- python-dateutil
- nomkl
- pytz
# universal
- pytest>=5.0.0
- pytest-xdist>=1.29.0
- pytest-mock
- hypothesis>=3.58.0
- s3fs<0.3
- pip
- pyreadstat
- pip:
- moto
4 changes: 2 additions & 2 deletions ci/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ conda list
conda remove --all -q -y -n pandas-dev

echo
echo "conda env create -q --file=${ENV_FILE}"
time conda env create -q --file="${ENV_FILE}"
echo "conda env create -q"
time conda env create -q


if [[ "$BITS32" == "yes" ]]; then
Expand Down