We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac60aa commit 1a0de4bCopy full SHA for 1a0de4b
1 file changed
.travis.yml
@@ -4,26 +4,10 @@ dist: trusty
4
language: python
5
6
matrix:
7
- allow_failures:
8
- - os: linux
9
- python: "3.9-dev"
10
- dist: bionic
11
-
12
include:
13
14
- python: "3.5"
15
16
- python: "3.6"
17
- env: COVERALLS=1
18
19
- python: "3.7"
20
- dist: xenial
21
- os: linux
22
python: "3.8"
23
dist: xenial
24
25
26
27
28
install:
29
- export PYVER=${TRAVIS_PYTHON_VERSION:0:1}
0 commit comments