Skip to content

Commit 5f59d7d

Browse files
committed
Added Python 3.8 to the tests environments, updated copyright
1 parent 468cea1 commit 5f59d7d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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-
1514
install:
1615
- pip3 install -r requirements.txt
1716
- pip3 install .

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Mastercard
3+
Copyright (c) 2019 - 2020 Mastercard
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)