mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
travis-ci: allow tests with the python nightly build to fail
This commit is contained in:
parent
b3d919f99a
commit
f940473245
|
|
@ -13,6 +13,9 @@ python:
|
|||
- "3.8-dev" # 3.8 development branch
|
||||
- "nightly"
|
||||
- "pypy"
|
||||
jobs:
|
||||
allow_failures:
|
||||
- python: "nightly"
|
||||
services:
|
||||
- redis-server
|
||||
# install dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue