travis-ci: allow tests with the python nightly build to fail

This commit is contained in:
Tobias Wellnitz, DH1TW 2020-03-03 21:54:03 +01:00
parent b3d919f99a
commit f940473245

View file

@ -13,6 +13,9 @@ python:
- "3.8-dev" # 3.8 development branch
- "nightly"
- "pypy"
jobs:
allow_failures:
- python: "nightly"
services:
- redis-server
# install dependencies