Skip to content

DOC: change doc build to python 3.6 #16545

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
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ matrix:
# In allow_failures
- os: linux
env:
- JOB="3.5_DOC" DOC=true
- JOB="3.6_DOC" DOC=true
addons:
apt:
packages:
- xsel
allow_failures:
- os: linux
env:
Expand All @@ -87,7 +91,7 @@ matrix:
- JOB="3.6_NUMPY_DEV" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate"
- os: linux
env:
- JOB="3.5_DOC" DOC=true
- JOB="3.6_DOC" DOC=true

before_install:
- echo "before_install"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python=3.5*
python=3.6*
python-dateutil
pytz
numpy
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements-3.5_DOC.run → ci/requirements-3.6_DOC.run
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lxml
beautifulsoup4
html5lib
pytables
openpyxl=1.8.5
openpyxl
xlrd
xlwt
xlsxwriter
Expand All @@ -21,4 +21,4 @@ numexpr
bottleneck
statsmodels
xarray
pyqt=4.11.4
pyqt
File renamed without changes.