py3.9 -> nightly
This commit is contained in:
parent
58d089536c
commit
8be317dab8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue