Skip to content

Commit

Permalink
Update travis.yml for release of Python 3.8. (open-telemetry#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 authored and c24t committed Nov 23, 2019
1 parent da8b8d9 commit 693391c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ python:
- '3.5'
- '3.6'
- '3.7'
- '3.8'
- 'pypy3.5'
- '3.8-dev'

matrix:
allow_failures:
- python: '3.8-dev'
#matrix:
# allow_failures:
# - python: '3.8-dev'

install:
- pip install tox-travis
Expand Down

0 comments on commit 693391c

Please sign in to comment.