mirror of
https://github.com/wassname/cachier.git
synced 2026-09-10 11:50:23 +08:00
testing - and allowing failures - python 3.9 dev
This commit is contained in:
@@ -9,12 +9,14 @@ python:
|
||||
- "3.6-dev"
|
||||
- "3.7-dev"
|
||||
- "3.8-dev"
|
||||
- "3.9-dev"
|
||||
matrix:
|
||||
fast_finish: true # allows to determine results when linux builds finish, without waiting for osx and windows builds
|
||||
allow_failures:
|
||||
- python: "3.6-dev"
|
||||
- python: "3.7-dev"
|
||||
- python: "3.8-dev"
|
||||
- python: "3.9-dev"
|
||||
# - os: osx
|
||||
# - os: windows
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user