We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fa909d + 01e49ff commit 8d475f0Copy full SHA for 8d475f0
1 file changed
.travis.yml
@@ -8,9 +8,10 @@ matrix:
8
- python: "3.5"
9
- python: "3.6"
10
- python: "3.7"
11
- - python: "3.8-dev"
+ - python: "3.8"
12
+ - python: "3.9-dev"
13
allow_failures:
14
15
16
install:
17
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
@@ -33,4 +34,4 @@ script:
33
34
# instead it installs from PyPI!
35
- pip install -U pip
36
- pip install --no-use-pep517 -e rust_with_cffi/
- - pytest rust_with_cffi/tests.py
37
+ - pytest rust_with_cffi/tests.py
0 commit comments