Skip to content

Commit 693391c

Browse files
Oberon00c24t
authored andcommitted
Update travis.yml for release of Python 3.8. (open-telemetry#295)
1 parent da8b8d9 commit 693391c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ python:
77
- '3.5'
88
- '3.6'
99
- '3.7'
10+
- '3.8'
1011
- 'pypy3.5'
11-
- '3.8-dev'
1212

13-
matrix:
14-
allow_failures:
15-
- python: '3.8-dev'
13+
#matrix:
14+
# allow_failures:
15+
# - python: '3.8-dev'
1616

1717
install:
1818
- pip install tox-travis

0 commit comments

Comments
 (0)