Skip to content

Commit 0136d24

Browse files
authored
Test on Python 3.9 beta
1 parent 3b1dbeb commit 0136d24

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.travis.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ matrix:
109109
- os: linux
110110
dist: xenial
111111
env: PYTHON=3.8 CPP=17 GCC=7
112-
name: Python 3.8, c++17, gcc 7 (w/o numpy/scipy) # TODO: update build name when the numpy/scipy wheels become available
112+
name: Python 3.8, c++17, gcc 7
113113
addons:
114114
apt:
115115
sources:
@@ -119,7 +119,20 @@ matrix:
119119
- g++-7
120120
- python3.8-dev
121121
- python3.8-venv
122-
# Currently there is no numpy/scipy wheels available for python3.8
122+
- os: linux
123+
dist: xenial
124+
env: PYTHON=3.9 CPP=17 GCC=7
125+
name: Python 3.9 beta, c++17, gcc 7 (w/o numpy/scipy) # TODO: update build name when the numpy/scipy wheels become available
126+
addons:
127+
apt:
128+
sources:
129+
- deadsnakes
130+
- ubuntu-toolchain-r-test
131+
packages:
132+
- g++-7
133+
- python3.9-dev
134+
- python3.9-venv
135+
# Currently there are no numpy/scipy wheels available for python3.9
123136
# TODO: remove next before_install, install and script clause when the wheels become available
124137
before_install:
125138
- pyenv global $(pyenv whence 2to3) # activate all python versions

0 commit comments

Comments
 (0)