Skip to content

Commit cc33638

Browse files
committed
add python v3.8 support to travis
1 parent cc8cc94 commit cc33638

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ matrix:
1010
env:
1111
# Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
1212
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)
13+
- python: "3.8-dev" # 3.8 final expected for Oct. 2019
1314

1415
install:
1516
- pip3 install -r requirements.txt

0 commit comments

Comments
 (0)