Skip to content

Commit 63b55fd

Browse files
Merge pull request #36 from IdentityPython/fix-ci
Update travis CI process
2 parents 16b0348 + 20a354a commit 63b55fd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
dist: xenial
1+
os: linux
2+
dist: bionic
3+
language: python
24

35
services:
46
- docker
57
- mongodb
68

7-
language: python
89
install:
910
- pip install tox
1011
- pip install tox-travis
@@ -13,9 +14,12 @@ script:
1314
- tox
1415

1516
jobs:
17+
allow_failures:
18+
- python: 3.9-dev
1619
include:
1720
- python: 3.6
1821
- python: 3.7
22+
- python: 3.8
1923
- python: pypy3
2024

2125
- stage: Deploy new release

0 commit comments

Comments
 (0)