Skip to content

Commit 36670fc

Browse files
jorisvandenbosscheKiv
authored andcommitted
DOC: change doc build to python 3.6 (pandas-dev#16545)
* DOC: change doc build to python 3.6 * Remove pinning of pyqt to 4.x * Remove pinning of openpyxl * Add xsel to doc build for clipboard
1 parent 32512b9 commit 36670fc

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ matrix:
7474
# In allow_failures
7575
- os: linux
7676
env:
77-
- JOB="3.5_DOC" DOC=true
77+
- JOB="3.6_DOC" DOC=true
78+
addons:
79+
apt:
80+
packages:
81+
- xsel
7882
allow_failures:
7983
- os: linux
8084
env:
@@ -87,7 +91,7 @@ matrix:
8791
- JOB="3.6_NUMPY_DEV" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate"
8892
- os: linux
8993
env:
90-
- JOB="3.5_DOC" DOC=true
94+
- JOB="3.6_DOC" DOC=true
9195

9296
before_install:
9397
- echo "before_install"

ci/requirements-3.5_DOC.build renamed to ci/requirements-3.6_DOC.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python=3.5*
1+
python=3.6*
22
python-dateutil
33
pytz
44
numpy

ci/requirements-3.5_DOC.run renamed to ci/requirements-3.6_DOC.run

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lxml
1212
beautifulsoup4
1313
html5lib
1414
pytables
15-
openpyxl=1.8.5
15+
openpyxl
1616
xlrd
1717
xlwt
1818
xlsxwriter
@@ -21,4 +21,4 @@ numexpr
2121
bottleneck
2222
statsmodels
2323
xarray
24-
pyqt=4.11.4
24+
pyqt
File renamed without changes.

0 commit comments

Comments
 (0)