Skip to content

Commit f15f7b2

Browse files
committed
CI: Fix Travis config, add 3.9, use stable wheels
1 parent a00dcea commit f15f7b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,19 @@ env:
1616
# indirect and (when non-empty) refer to variables in tools/ci/env.sh
1717
- DEPENDS="REQUIREMENTS"
1818
- OPTIONAL_DEPENDS="DEFAULT_OPT_DEPENDS"
19+
- EXTRA_PIP_FLAGS=""
1920
- INSTALL_TYPE="setup"
2021
- CHECK_TYPE="test"
21-
- EXTRA_PIP_FLAGS="PRE_PIP_FLAGS"
2222

2323
python:
2424
- 3.6
2525
- 3.7
2626
- 3.8
27+
- 3.9
2728

2829
# Set up virtual environment, build package, build from depends
2930
before_install:
30-
- travis_retry tools/ci/create_env.sh
31+
- travis_retry tools/ci/create_venv.sh
3132
- source tools/ci/build_archive.sh
3233
- travis_retry tools/ci/install_dependencies.sh
3334

0 commit comments

Comments
 (0)