We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfdca9 commit 22ed59bCopy full SHA for 22ed59b
.travis.yml
@@ -134,11 +134,7 @@ matrix:
134
- python3.9-dev
135
- python3.9-venv
136
# 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
+ # TODO: remove next install and script clause when the wheels become available
142
install:
143
- $PY_CMD -m pip install --user --upgrade pytest
144
script:
0 commit comments