File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ matrix:
77 include :
88 - python : " 3.6"
99 - python : " 3.7"
10+ - python : " 3.8"
1011 env :
1112 # Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
1213 - WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)
13- - python : " 3.8-dev" # 3.8 final expected for Oct. 2019
14-
1514install :
1615 - pip3 install -r requirements.txt
1716 - pip3 install .
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019 Mastercard
3+ Copyright (c) 2019 - 2020 Mastercard
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments