File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 88python :
99 - 3.6
1010
11-
1211env :
1312 global :
1413 - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH
@@ -96,6 +95,10 @@ matrix:
9695 - python : 3.7
9796 dist : xenial
9897 env : GROUP=python
98+ - python : 3.8
99+ env : GROUP=python
100+ - python : 3.9-dev
101+ env : GROUP=python
99102 - python : 3.6
100103 env : GROUP=docs
101104
Original file line number Diff line number Diff line change 55environment :
66 matrix :
77 - CONDA_PY : 36
8+ CONDA_PY_SPEC : 3.6
89 CONDA_INSTALL_LOCN : " C:\\ Miniconda36-x64"
10+ - CONDA_PY : 38
11+ CONDA_PY_SPEC : 3.8
12+ CONDA_INSTALL_LOCN : " C:\\ Miniconda37-x64"
913
1014platform :
1115 - x64
@@ -17,7 +21,7 @@ install:
1721 - cmd : conda config --set show_channel_urls true
1822 - cmd : conda config --add channels conda-forge
1923 # - cmd: conda update --yes --quiet conda
20- - cmd : conda install -y pyzmq tornado jupyter_client nbformat ipykernel pip nodejs nose
24+ - cmd : conda install -y python=%CONDA_PY_SPEC% pyzmq tornado jupyter_client nbformat ipykernel pip nodejs nose
2125 # not using `conda install -y` on nbconvent package because there is
2226 # currently a bug with the version that the anaconda installs, so we will just install it with pip
2327 - cmd : pip install nbconvert
Original file line number Diff line number Diff line change 9494 'Programming Language :: Python :: 3.5' ,
9595 'Programming Language :: Python :: 3.6' ,
9696 'Programming Language :: Python :: 3.7'
97+ 'Programming Language :: Python :: 3.8'
9798 ],
9899 zip_safe = False ,
99100 install_requires = [
You can’t perform that action at this time.
0 commit comments