py3.9 -> nightly

This commit is contained in:
PyYoshi 2019-11-18 13:04:23 +09:00
parent 58d089536c
commit 8be317dab8
No known key found for this signature in database
GPG key ID: 146D52F7C000C2F0

View file

@ -24,12 +24,12 @@ matrix:
env: TOXENV=py38 env: TOXENV=py38
dist: xenial dist: xenial
sudo: true sudo: true
- python: '3.9-dev' - python: 'nightly'
dist: xenial dist: bionic
sudo: true sudo: true
env: TOXENV=py39 env: TOXENV=py39
allow_failures: allow_failures:
- python: 3.9-dev - python: nightly
before_install: before_install:
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules