We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16b0348 + 20a354a commit 63b55fdCopy full SHA for 63b55fd
1 file changed
.travis.yml
@@ -1,10 +1,11 @@
1
-dist: xenial
+os: linux
2
+dist: bionic
3
+language: python
4
5
services:
6
- docker
7
- mongodb
8
-language: python
9
install:
10
- pip install tox
11
- pip install tox-travis
@@ -13,9 +14,12 @@ script:
13
14
- tox
15
16
jobs:
17
+ allow_failures:
18
+ - python: 3.9-dev
19
include:
20
- python: 3.6
21
- python: 3.7
22
+ - python: 3.8
23
- python: pypy3
24
25
- stage: Deploy new release
0 commit comments