Skip to content

Commit ced2579

Browse files
committed
MAINT: Drop testing on py 3.5
And updated https intersphinx links
1 parent 39e0745 commit ced2579

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ matrix:
99
env:
1010
- JOB: 'UNITTEST'
1111
- FULL_DEPS: true
12-
- python: 3.5
13-
env:
14-
- JOB: 'UNITTEST'
15-
- FULL_DEPS: true
1612
- python: 3.6
1713
env:
1814
- JOB: 'UNITTEST'

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,11 @@
392392
# Example configuration for intersphinx: refer to the Python standard library.
393393
intersphinx_mapping = {
394394
'python': ('https://docs.python.org/3/', None),
395-
'matplotlib': ('http://matplotlib.org/', None),
395+
'matplotlib': ('https://matplotlib.org/', None),
396396
'numpy': ('https://docs.scipy.org/doc/numpy', None),
397397
'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
398398
'statsmodels': ('http://www.statsmodels.org/stable/', None),
399-
'pandas': ('http://pandas.pydata.org/pandas-docs/stable/', None),
399+
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
400400
'sklearn': ('http://scikit-learn.org/stable/', None),
401401
'skmisc': ('https://has2k1.github.io/scikit-misc/', None)}
402402

0 commit comments

Comments
 (0)