mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-06 13:34:31 -04:00
Run Python 3.8 in allow failures mode
This commit is contained in:
parent
6351532725
commit
3526e3765e
1 changed files with 4 additions and 0 deletions
|
@ -2,9 +2,13 @@ os: linux
|
|||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
jobs:
|
||||
allow_failures
|
||||
- python: 3.8
|
||||
before_install:
|
||||
- sudo pip install --upgrade setuptools pip
|
||||
- sudo pip install ansible==2.1.3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue