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 a00dcea commit f15f7b2Copy full SHA for f15f7b2
.travis.yml
@@ -16,18 +16,19 @@ env:
16
# indirect and (when non-empty) refer to variables in tools/ci/env.sh
17
- DEPENDS="REQUIREMENTS"
18
- OPTIONAL_DEPENDS="DEFAULT_OPT_DEPENDS"
19
+ - EXTRA_PIP_FLAGS=""
20
- INSTALL_TYPE="setup"
21
- CHECK_TYPE="test"
- - EXTRA_PIP_FLAGS="PRE_PIP_FLAGS"
22
23
python:
24
- 3.6
25
- 3.7
26
- 3.8
27
+ - 3.9
28
29
# Set up virtual environment, build package, build from depends
30
before_install:
- - travis_retry tools/ci/create_env.sh
31
+ - travis_retry tools/ci/create_venv.sh
32
- source tools/ci/build_archive.sh
33
- travis_retry tools/ci/install_dependencies.sh
34
0 commit comments