Skip to content

Conversation

@ErwinJanssen
Copy link
Contributor

The documentation states that the code is compatible with Python version 2.6 to 3.4, this pull request expands that to version 3.5 and 3.6 by adding those version to the Travis build and reflecting this change in the documentation (Github summary should also be modified).

An additional change was also required: The pip option --use-mirrors options is removed from pip since version 7.0.0 (2015-05-21), which results in a build failure on Travis. Because PyPI is using a CDN now, an alternative to the --use-mirrors is not needed so I removed the option from the Travis script.

Added the latest Python versions to the Travis configuration file. This
allows testing and verification that the library is compatible with
these newer versions.
The pip option `--use-mirrors` options is removed from pip since version
7.0.0 (2015-05-21), this results in a build failure on Travis. Because
PyPI is using a CDN now, an alternative to the `--use-mirrors` is not
needed so the option can be removed.
Added Python 3.5 and 3.6 to the list of supported and tested versions.
@coveralls
Copy link

coveralls commented Feb 15, 2017

Coverage Status

Coverage remained the same at 69.515% when pulling 99c3a28 on ErwinJanssen:more-python-versions into 9cf3a54 on savon-noir:master.

@savon-noir savon-noir merged commit 7f79f9d into savon-noir:master Feb 15, 2017
@savon-noir
Copy link
Owner

<3 thanks a lot for that one!

@ErwinJanssen
Copy link
Contributor Author

No problem :)

@ErwinJanssen ErwinJanssen deleted the more-python-versions branch February 15, 2017 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants