File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 8
8
python :
9
9
- 3.6
10
10
11
-
12
11
env :
13
12
global :
14
13
- PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH
@@ -96,6 +95,10 @@ matrix:
96
95
- python : 3.7
97
96
dist : xenial
98
97
env : GROUP=python
98
+ - python : 3.8
99
+ env : GROUP=python
100
+ - python : 3.9-dev
101
+ env : GROUP=python
99
102
- python : 3.6
100
103
env : GROUP=docs
101
104
Original file line number Diff line number Diff line change 5
5
environment :
6
6
matrix :
7
7
- CONDA_PY : 36
8
+ CONDA_PY_SPEC : 3.6
8
9
CONDA_INSTALL_LOCN : " C:\\ Miniconda36-x64"
10
+ - CONDA_PY : 38
11
+ CONDA_PY_SPEC : 3.8
12
+ CONDA_INSTALL_LOCN : " C:\\ Miniconda37-x64"
9
13
10
14
platform :
11
15
- x64
@@ -17,7 +21,7 @@ install:
17
21
- cmd : conda config --set show_channel_urls true
18
22
- cmd : conda config --add channels conda-forge
19
23
# - 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
21
25
# not using `conda install -y` on nbconvent package because there is
22
26
# currently a bug with the version that the anaconda installs, so we will just install it with pip
23
27
- cmd : pip install nbconvert
Original file line number Diff line number Diff line change 94
94
'Programming Language :: Python :: 3.5' ,
95
95
'Programming Language :: Python :: 3.6' ,
96
96
'Programming Language :: Python :: 3.7'
97
+ 'Programming Language :: Python :: 3.8'
97
98
],
98
99
zip_safe = False ,
99
100
install_requires = [
You can’t perform that action at this time.
0 commit comments