Skip to content

Commit 33fca0f

Browse files
Merge pull request #752 from gliptak/patch-1
Bring Python current in Travis
2 parents ca0696c + 397c04c commit 33fca0f

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
@@ -17,13 +17,14 @@ script:
1717

1818
jobs:
1919
allow_failures:
20-
- python: 3.9-dev
20+
- python: 3.10-dev
2121
- python: pypy3
2222
include:
2323
- python: 3.6
2424
- python: 3.7
2525
- python: 3.8
26-
- python: 3.9-dev
26+
- python: 3.9
27+
- python: 3.10-dev
2728
- python: pypy3
2829

2930
- stage: Expose env-var information

0 commit comments

Comments
 (0)