Skip to content

Commit 8d475f0

Browse files
authored
Merge pull request #69 from alex/patch-1
Update travis CI for python 3.8 release
2 parents 5fa909d + 01e49ff commit 8d475f0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ matrix:
88
- python: "3.5"
99
- python: "3.6"
1010
- python: "3.7"
11-
- python: "3.8-dev"
11+
- python: "3.8"
12+
- python: "3.9-dev"
1213
allow_failures:
13-
- python: "3.8-dev"
14+
- python: "3.9-dev"
1415

1516
install:
1617
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
@@ -33,4 +34,4 @@ script:
3334
# instead it installs from PyPI!
3435
- pip install -U pip
3536
- pip install --no-use-pep517 -e rust_with_cffi/
36-
- pytest rust_with_cffi/tests.py
37+
- pytest rust_with_cffi/tests.py

0 commit comments

Comments
 (0)