omise / omise-python

Omise Python Library
https://docs.opn.ooo
MIT License
26 stars 15 forks source link

Remove Python 3.3 & specify branch for Travis CI build #30

Closed danfowler closed 4 years ago

danfowler commented 4 years ago

Currently, the Travis CI badge is "build failing" because:

  1. As configured, it reflects the status of the last branch built. However, we only really care about the status of the master branch.
  2. Python 3.3 is not supported by the version of Ubuntu being used to run the tests. Since Python 3.3 was EOL as of 2017-09-29, I think it's safe to remove it from supported (automatically tested) versions.

Changes: