Skip to content

Commit 22ed59b

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 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:

0 commit comments

Comments
 (0)