We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8cc94 commit cc33638Copy full SHA for cc33638
.travis.yml
@@ -10,6 +10,7 @@ matrix:
10
env:
11
# Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
12
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)
13
+ - python: "3.8-dev" # 3.8 final expected for Oct. 2019
14
15
install:
16
- pip3 install -r requirements.txt
0 commit comments