Skip to content

Commit eba68fc

Browse files
committed
Fixing Python 3.9 build to actually use 3.9
1 parent bbfdca9 commit eba68fc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,7 @@ matrix:
134134
- python3.9-dev
135135
- python3.9-venv
136136
# Currently there are no numpy/scipy wheels available for python3.9
137-
# TODO: remove next before_install, install and script clause when the wheels become available
138-
before_install:
139-
- pyenv global $(pyenv whence 2to3) # activate all python versions
140-
- PY_CMD=python3
141-
- $PY_CMD -m pip install --user --upgrade pip wheel setuptools
137+
# TODO: remove next install and script clause when the wheels become available
142138
install:
143139
- $PY_CMD -m pip install --user --upgrade pytest
144140
script:
@@ -198,6 +194,7 @@ matrix:
198194
allow_failures:
199195
- name: PyPy 7.3, Python 2.7, c++11, gcc 4.8
200196
- name: PyPy 7.3, Python 3.6, c++11, gcc 5
197+
- name: Python 3.9 beta, c++17, gcc 7 (w/o numpy/scipy)
201198
cache:
202199
directories:
203200
- $HOME/.local/bin

0 commit comments

Comments
 (0)